EMA-XPS Online


NULL

NULL
====

syntax: (null <object>)

This function checks, whether the object is equal to
NIL. When yes, then NULL returns T, otherwise NIL.

example:       >(null ())
               T


EMA-XPS Online