RosettaCodeData/Task/Arrays/AppleScript/arrays-6.applescript
2023-07-01 13:44:08 -04:00

2 lines
132 B
AppleScript

set any to {false, 1, "foo", 2.57, missing value, {1, 2, 3}, Wednesday}
number 2 of any -- 2.57 (ie. the second number in the list)