Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
|
|
@ -0,0 +1,5 @@
|
|||
10 input "Enter two positive integers, separated by a comma? ";i,j
|
||||
20 dim array(i,j)
|
||||
30 array(i,j) = i*j
|
||||
40 print "a(";str$(i);",";str$(j);") = ";array(i,j)
|
||||
50 erase array
|
||||
Loading…
Add table
Add a link
Reference in a new issue