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

8 lines
194 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a := NULL;
a :=
is (NULL = ());
true
if a = NULL then
print (NULL);
end if;