|
NAMElreverse - Reverse the order of a list SYNOPSISlreverse list DESCRIPTIONThe lreverse command returns a list that has the same elements as its input list, list, except with the elements in the reverse order. EXAMPLES
lreverse {a a b c}
SEE ALSOlist(n), lsearch(n), lsort(n) KEYWORDSelement, list, reverse
|