RosettaCodeData/Task/Arrays/AppleScript/arrays-6.applescript

3 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)