Creating an Array: Difference between revisions

m
(Added AppleScript version)
Line 21:
AppleScript supports "arrays" as "lists," and they are not limited by a single type.
set array1 to {}
set array2 to {1, 2, 3, 4, 'a', 'b', "hello", "world"}
 
==[[BASIC]]==
Anonymous user