Function Entry: <
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: <
Name
<
Class
Function
Syntax
(< [expr ...])
Description
Returns T if each argument is less than the argument to its right.
Return Values
- T if the ordered comparison succeeds
- nil otherwise
Side Effects
Side effects are those of evaluating the arguments.
Examples
(< 1 2 3) => T
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [< (AutoLISP)](https://help.autodesk.com/cloudhelp/2022/ENU/AutoCAD-AutoLISP-Reference/files/GUID-67C8900F-0491-4D91-AA05-9136639E7424.htm)
- Status: documented.