Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Arrays/Oz/arrays.oz
Normal file
8
Task/Arrays/Oz/arrays.oz
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
declare
|
||||
Arr = {Array.new 1 %% lowest index
|
||||
10 %% highest index
|
||||
37} %% all 10 fields initialized to 37
|
||||
in
|
||||
{Show Arr.1}
|
||||
Arr.1 := 64
|
||||
{Show Arr.1}
|
||||
Loading…
Add table
Add a link
Reference in a new issue