
typeof(3)             LPC Library Functions             typeof(3)

NNAAMMEE
       typeof() - return the type of an expression

SSYYNNOOPPSSIISS
       int typeof( mixed var );

DDEESSCCRRIIPPTTIIOONN
       Return  the  type of an expression.  The return values are
       given in <typeof.h>.  They are:

       INT             2 STRING    4  ARRAY      8  OBJECT     16
       MAPPING          32 FUNCTION        64 FLOAT           128
       BUFFER          256

SSEEEE AALLSSOO
       allocate(3), allocate_mapping(3), strlen(3)

MudOS                       5 Sep 1994                          1

