Sync
This commit is contained in:
parent
6f050a029e
commit
776bba907c
3887 changed files with 59894 additions and 7280 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#var anArray := (1, 2, 3).
|
||||
|
||||
'program'Output << anArray@1.
|
||||
system'console writeLine:(anArray@1).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#var anArray := basic'NewArray::3.
|
||||
anArray@0 content'set:2.
|
||||
#var anArray := system'Array new &type'length:5.
|
||||
anArray setAt:0:2.
|
||||
|
||||
'program'Output << anArray@0.
|
||||
system'console writeLine:(anArray@0).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue