2 lines
40 B
AppleScript
2 lines
40 B
AppleScript
set empty to {}
|
|
set ints to {1, 2, 3}
|
set empty to {}
|
|
set ints to {1, 2, 3}
|