RosettaCodeData/Task/Null-object/Sidef/null-object-2.sidef
2016-12-05 23:44:36 +01:00

3 lines
129 B
Text

var null_obj = null; # initialize with a null value
say null_obj.is_a(null); # true
say defined(null_obj); # true