Type Entry: USUBR
← Prev | ↑ Chapter | Next → | Index | Symbols
Type Entry: USUBR
Name
USUBR
Class
Type (function designator)
Description
A user-defined subroutine (a function created by defun / lambda).
clautolisp returns USUBR for a user lambda (#<USUBR LAMBDA> → USUBR).
Representation
An opaque callable object created by user code.
Valid Operations
- called in functional position; passed to
apply/mapcar;type
Compatibility
Cross-vendor divergence: BricsCAD V26's probe returns SUBR (not USUBR)
for a user lambda; clautolisp returns USUBR. See "Type Entry: SUBR".
Availability
- AutoCAD 2026: designator for user functions to be confirmed by probe.
- BricsCAD V26: user lambdas observed as
SUBR, notUSUBR. - clautolisp:
USUBRfor user functions. - Status: host-divergent (SUBR vs USUBR); probe evidence.
Source Notes
- [type (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/PLK/AutoCAD-LT-AutoLISP-Reference/files/GUID-506C9CC8-B0BD-4A4C-B4C2-006750504509.htm)
- Status: probe-derived; cross-vendor divergence recorded.