RosettaCodeData/Task/Null-object/Maple/null-object-1.maple
2016-12-05 22:15:40 +01:00

7 lines
194 B
Text

a := NULL;
a :=
is (NULL = ());
true
if a = NULL then
print (NULL);
end if;