Function Entry: REVERSE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: REVERSE
Name
reverse
Class
Function
Syntax
(reverse lst)
Description
Returns a list containing the elements of lst in reverse order.
Return Values
Reversed list.
Side Effects
None.
Examples
(reverse '((a) b c)) => (C B (A))
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
- [reverse (AutoLISP)](https://help.autodesk.com/cloudhelp/2023/ENU/AutoCAD-MAC-AutoLISP-Reference/files/GUID-7669E8F1-2A4F-42C7-AAA8-74D1300F9744.htm)
- Status: documented.