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.