4 lines
53 B
Text
4 lines
53 B
Text
|
|
IF foo = NIL THEN
|
||
|
|
IO.Put("Object is nil.\n");
|
||
|
|
END;
|