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