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

8 lines
194 B
Plaintext

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