LPC Library Functions: intp

NAME

intp() - determine whether or not a given variable is an integer

SYNOPSIS

int intp( mixed arg );

DESCRIPTION

Return 1 if `arg' is an integer number and zero (0) otherwise.

SEE ALSO

mapp(), stringp(), pointerp(), objectp(), bufferp(), floatp(), functionp(), nullp(), undefinedp(), errorp()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS