set-nth trouble?
Posted: Thu Aug 17, 2006 2:45 pm
Hi, Lutz!
This looks like a list boundary crossing in set-nth:
This looks like a list boundary crossing in set-nth:
Code: Select all
newLISP v.8.9.3 on Linux, execute 'newlisp -h' for more info.
> (string? '())
nil
> (set-nth -1 '() 2)
()
> (string? '())
2
>