EMA-XPS Online


LISTP

LISTP
=====

syntax: (listp <object>)

This function checks, whether the object is a list.
It returns T, when the test was successful, otherwise
NIL.

example:       >(listp '(1 2))
               T


EMA-XPS Online