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