Function Entry: VLE-INTEGERP

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

Function Entry: VLE-INTEGERP

Name

vle-integerp

Class

BricsCAD VLE Library Function

Syntax

(vle-integerp obj)

Arguments and Values

  • obj any Lisp item to be verified

Description

predicator function to determine whether 'obj' is of INT type

Return Values

T - if 'obj' is a INT object

NIL - if 'obj' is not a INT object

Notes

replacement for : (= (type obj) 'INT) and similar

Availability

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

Source Notes