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

8 lines
215 B
Plaintext

nullp - determine whether or not a given variable is null
int nullp( mixed arg );
Exactly the same as undefinedp(). Exists for compatibility.
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere