From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        pointerp - Determine if the value of a variable is an array.

SYNTAX

	int pointerp(mixed testvar)

DESCRIPTION

	This function return 1 if `testvar' was of the type pointer,
	and 0 otherwise.

SEE ALSO

        intp in efun/type_related/intp

SEE ALSO

        stringp in efun/type_related/stringp

SEE ALSO

        mappingp in efun/type_related/mappingp

SEE ALSO

        objectp in efun/type_related/objectp