On Wed, Dec 23, 2020 at 01:57:10PM +0100, Alexander Burger wrote: > The result is a little different though: > > : (let L NIL (for I 7 (fifo 'L I)) L) > -> (7 1 2 3 4 5 6 .)
.. but of course the fix is trivial :) : (cdr (let L NIL (for I 7 (fifo 'L I)) L)) -> (1 2 3 4 5 6 7 .) ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe