![](https://secure.gravatar.com/avatar/f280fbf7764035c257f907cf2223eac0.jpg?s=120&d=mm&r=g)
19 Jan
2013
19 Jan
'13
6:42 p.m.
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.com>wrote:
(++ 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