Function Entry: VLE-NUMBERP

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLE-NUMBERP

Name

vle-numberp

Class

BricsCAD VLE Library Function

Syntax

(vle-numberp obj)

Arguments and Values

  • obj any Lisp item to be verified

Description

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

Return Values

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

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

Notes

identical to (numberp), implemented for completeness

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes