vle-numberp


(vle-numberp  obj)

predicator function to determine whether 'obj' is of any number type (INT or REAL)

Arguments

obj  any Lisp item to be verified

Return

T   - if 'obj' is a INT or REAL object
NIL - if 'obj' is not a INT or REAL object

Example


Alias


Remarks

identical to (numberp), implemented for completeness



©  Bricsys NV. All rights reserved.