perm filename TSTARR.SAI[NEW,AIL] blob sn#408240 filedate 1979-01-08 generic text, type T, neo UTF8
begin
   require 10 new!items;
   preload!with "A"; string array Y1[1:10];
   string array itemvar array X[1:2];
   x[1] ← new(Y1);
   outstr(datum(x[1])[1]);
   end;
end