rotate

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

rotate

Post by newdep »

Hi Lutz,

See below, im not sure if its comon behavior but a rotate l -1
is not protected like the rotate 1 is...


newLISP v.9.0.7 on Linux, execute 'newlisp -h' for more info.

> (rotate '( 1 ) 1)
(1)
> (rotate '( 1 ) -1)
---- loops in memory and swap...



Norman.
-- (define? (Cornflakes))

Locked