EMA-XPS Online


TYPEP

TYPEP
=====

syntax: (typep <object> <type>)

This function checks, whether the object is type of
<type>. It returns T or NIL.
This function is not supported by babylon v3!

example:       >(typep '(1 2 3) 'list)
               T


EMA-XPS Online