EMA-XPS Online


STRINGP

STRINGP
=======

Syntax: (stringp <string>)

This function recognises strings. It returns T, when
the test was successful, otherwise NIL.

example:       >(stringp "Computer")
               T


EMA-XPS Online