ChaiScript/unittests/is_undef.chai
2009-11-08 15:16:15 +00:00

5 lines
56 B
ChaiScript

var i;
print(i.is_undef());
i = 5;
print(i.is_undef());