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

3 lines
144 B
AppleScript

set any to {false, 1, "foo", 2.57, missing value, 5, 4, 12.0, 38, {1, 2, 3}, 7, Wednesday}
integers from text 1 to list 1 of any --> {5, 4, 38}