Sync
This commit is contained in:
parent
6f050a029e
commit
776bba907c
3887 changed files with 59894 additions and 7280 deletions
2
Task/Arrays/AppleScript/arrays-1.applescript
Normal file
2
Task/Arrays/AppleScript/arrays-1.applescript
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
set empty to {}
|
||||
set ints to {1, 2, 3}
|
||||
1
Task/Arrays/AppleScript/arrays-2.applescript
Normal file
1
Task/Arrays/AppleScript/arrays-2.applescript
Normal file
|
|
@ -0,0 +1 @@
|
|||
set any to {1, "foo", 2.57, missing value, ints}
|
||||
Loading…
Add table
Add a link
Reference in a new issue