RosettaCodeData/Task/Null-object/Sidef/null-object-2.sidef

4 lines
129 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
var null_obj = null; # initialize with a null value
say null_obj.is_a(null); # true
say defined(null_obj); # true