mud/lib/doc/efun/all/stringp
2020-09-06 05:43:07 -07:00

8 lines
211 B
Plaintext

stringp - determine whether or not a given variable is a string
int stringp( mixed arg );
Returns 1 if 'arg' is a string, and zero if not.
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere