7 lines
194 B
Text
7 lines
194 B
Text
a := NULL;
|
|
a :=
|
|
is (NULL = ());
|
|
true
|
|
if a = NULL then
|
|
print (NULL);
|
|
end if;
|