Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
?m; {imput the dimensions of the array}
|
||||
?n;
|
||||
Array a[m,n]; {generate an array of m rows and n columns}
|
||||
a[m\2, n\2] := m+n-1; {put some value in one of the cells}
|
||||
!!a[m\2, n\2]; {display that entry}
|
||||
@[a]; {delete the array}
|
||||
Loading…
Add table
Add a link
Reference in a new issue