(swap odd or not)?
Posted: Mon Jul 13, 2009 8:57 pm
Hi Lutz,
Running this from the command line returns without a trace of a problem..
so that looks ok...(but is it?)
But running that from inside the newlisp intepreter is a different story ->
I wonder where the issue is..?
Norman.
Running this from the command line returns without a trace of a problem..
so that looks ok...(but is it?)
Code: Select all
$> newlisp -e "(swap (copy '(a b)))"
(a b)
$>
Code: Select all
newLISP v.10.0.5 on Linux IPv4, execute 'newlisp -h' for more info.
> (swap (copy '(a b)))
(a b)
Killed
$>
Norman.