RosettaCodeData/Task/Null-object/Sidef/null-object-2.sidef
2023-07-01 13:44:08 -04: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