EMA-XPS Online


THE-TYPE-OF

THE-TYPE-OF
===========

syntax: (the-type-of <object>) ; Babylon Lisp command
        (type-of <object>)     ; Common Lisp command

This function returns the type of which the object is
a member.

example:       >(the-type-of '(1 2 3))
               CONS


EMA-XPS Online