3 lines
73 B
Text
3 lines
73 B
Text
|
|
TYPE TOpenIntArray = REF ARRAY OF INTEGER;
|
||
|
|
VAR openArray: TOpenIntArray;
|