I was just wondering if circular lists are possible in newLisp.
Ecaftihs
Are circular list possible?
There are no circular lists in newLISP. But there is a 'rotate' function, which might help you, and there is the possibility of negative indexing, counting from the right.
Lutz
ps: corrected 'now' to 'no'
Lutz
ps: corrected 'now' to 'no'
Last edited by Lutz on Fri Oct 15, 2004 1:38 pm, edited 1 time in total.