Share

reverse (AutoLISP)

Product Documentation
Intermediate

Returns a copy of a list with its elements reversed

(reverse lst)

Arguments

lst

A list.

Return Values

A list.

Examples

Command: (reverse '((a) b c))

(C B (A))


Was this information helpful?