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

4 lines
129 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
var null_obj = null; # initialize with a null value
say null_obj.is_a(null); # true
say defined(null_obj); # true