mud/lib/doc/efun/mixed/pointerp
2020-09-06 05:43:07 -07:00

9 lines
192 B
Plaintext

pointerp - determine whether or not a given variable is an array
int pointerp( mixed arg );
pointerp() is provided for compatibility; it is the same as the arrayp() efun.
See also:
arrayp