RosettaCodeData/Task/Null-object/Objeck/null-object.objeck

5 lines
87 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
# here "object" is a reference
if(object = Nil) {
"object is null"->PrintLine();
};