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

8 lines
221 B
Plaintext

intp - determine whether or not a given variable is an integer
int intp( mixed arg );
Return 1 if 'arg' is an integer number and zero (0) otherwise.
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere