EMA-XPS Online


STREAMP

STREAMP
=======

syntax: (streamp <object>)

This function checks, whether the object is an
input/output-stream. It returns T, when the test
was successful, otherwise NIL.

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


EMA-XPS Online