00100 begin 00200 record!pointer(any!class) temp; 00300 temp := null!record; 00400 if "abc" = temp then 00500 print(5); 00600 end