Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: rfind , Previous: restore-tables , Up: R , Home: Overview

Clamps Dictionary

reverse-all

Function

(reverse-all list)

Recursively reverse list and all its sublists.

Arguments

list The list to recursively reverse.

Example

(reverse-all '(1 (2 3) (4 (5 (6 7) 8) 9))) ; => ((9 (8 (7 6) 5) 4) (3 2) 1)

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate