4 lines
99 B
Text
4 lines
99 B
Text
var array := system'Array.allocate:3;
|
|
array[0] := 1;
|
|
array[1] := 2;
|
|
array[2] := 3;
|