perm filename TSTREC.SAI[NEW,AIL] blob sn#408271 filedate 1979-01-08 generic text, type T, neo UTF8
00100	begin
00200	   record!pointer(any!class) temp;
00300	   temp := null!record;
00400	   if "abc" = temp  then
00500	      print(5);
00600	end