

   TThhee TTyyppee ooff aann OObbjjeecctt

        typeof(x)

   DDeessccrriippttiioonn::

        `typeof' provides a means of determining the type or
        storage mode of an object.  `typeof' returns a charac-
        ter string giving the type of the object.

   SSeeee AAllssoo::

        `mode', `storage.mode'.

   EExxaammpplleess::

        typeof(2)
        mode(2)

