next up previous contents index
Next: Timer Up: Pointer Previous: Pointer   Contents   Index


nil


Usage

nil
nil? p


Signatures

nil: %
nil?: % $\to$ Boolean


Parameter Type Description
p % a pointer


Returns

nil returns the nil pointer, while nil?(p) returns true if p is the nil pointer, false otherwise.



Manuel Bronstein 2004-06-28