- ireverse ilistprocedure
Returns a newly allocated ilist consisting of the elements of ilist in reverse order.
(ireverse (iq a b c)) ;=> (c b a) (ireverse (iq a (b c) d (e (f)))) ;=> ((e (f)) d (b c) a)
Returns a newly allocated ilist consisting of the elements of ilist in reverse order.
(ireverse (iq a b c)) ;=> (c b a) (ireverse (iq a (b c) d (e (f)))) ;=> ((e (f)) d (b c) a)