RosettaCodeData/Task/Null-object/AmigaE/null-object.amiga

6 lines
61 B
Plaintext

DEF x : PTR TO object
-> ...
IF object <> NIL
-> ...
ENDIF