TITLE(typeof @@ The Type of an Object)
USAGE(
typeof(x)
)
ALIAS(typeof)
DESCRIPTION(
LANG(typeof) provides a means of determining the
type or storage mode of an object.
LANG(typeof) returns a character string giving the type
of the object.
)
SEEALSO(
LANG(LINK(mode)), LANG(LINK(storage.mode)).
)
EXAMPLES(
typeof(2)
mode(2)
)
