RosettaCodeData/Task/Null-object/Maple/null-object-1.maple
2023-07-01 13:44:08 -04:00

7 lines
194 B
Text

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