Create an array. When type is omitted, it becomes integer type.
Allocate memory for SIZE. It is better to use SBArray if you do not ask for efficiency as it is cumbersome.
Release PTR. If PTR is 0, do not do anything.
Get the sequence to use for malloc. PTR corresponds to subscript.
Copy PTR to ARRAY starting from LEN minus POS.
Write ARRAY with LEN minus POS as the starting point in PTR.
Write PTR to VALUE.
Read integers from PTR.
Assign STR$.
Assign STR$ to PTR.
Get STR$ assigned to PTR.
Release PTR.
Allocate Petit-com array.
Release Petit-com array.
Get array variable assigned to PTR.
Assign array variables to PTR.