
null
144
null
Description
Pushes a null object onto the operand stack.
Usage
null Null
Null Null. Null object.
Comments
PAL provides the null object type to use as "filler" objects in various situations. For example,
when the array operator creates a new array object, it fills the array with null objects.