Function Entry: <=
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: <=
Name
<=
Class
Function
Syntax
(<= [expr ...])
Description
Returns T if each argument is less than or equal to the argument to its right.
Return Values
- T on success
- nil otherwise
Side Effects
Side effects are those of evaluating the arguments.
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/2026/PLK/AutoCAD-LT-AutoLISP-Reference/files/GUID-66B7B146-E279-4C22-9C0A-1F312166C15B.htm)
- Status: documented.