Yes, because PS uses CL-styled primitives for this sort of thing.
(++ x) => plus(x);
and
(-- x) => (x);
Is this correct behavior?
David
_______________________________________________
parenscript-devel mailing list
parenscript-devel@common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel