EMA-XPS Online


CHARACTERP

CHARACTERP
==========

syntax: (characterp <object>)

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

example:       >(characterp '(1 2))
               NIL


EMA-XPS Online