(++ x) => plus(x);
and
(-- x) => (x);
Is this correct behavior?
David
Yes, because PS uses CL-styled primitives for this sort of thing.
PS> (ps (incf x)) "++x;"
PS> (ps (decf x)) "--x;"
On Sat, Jan 19, 2013 at 11:19 AM, David Sargeant david@dsargeant.comwrote:
(++ 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
parenscript-devel@common-lisp.net