RosettaCodeData/Task/Null-object/Maple/null-object-1.maple

8 lines
194 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
a := NULL;
a :=
is (NULL = ());
true
if a = NULL then
print (NULL);
end if;