September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -0,0 +1,11 @@
|
|||
Say "enter first dimension"
|
||||
pull d1
|
||||
say "enter the second dimension"
|
||||
pull d2
|
||||
a = .array~new(d1, d2)
|
||||
a[1, 1] = "Abc"
|
||||
say a[1, 1]
|
||||
say d1 d2 a[d1,d2]
|
||||
say a[10,10]
|
||||
max=1000000000
|
||||
b = .array~new(max,max)
|
||||
Loading…
Add table
Add a link
Reference in a new issue