RosettaCodeData/Task/Null-object/Modula-3/null-object-3.mod3

4 lines
53 B
Plaintext

IF foo = NIL THEN
IO.Put("Object is nil.\n");
END;