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 <[email protected]>wrote: > (++ x) => plus(x); > > and > > (-- x) => (x); > > Is this correct behavior? > > > David > > _______________________________________________ > parenscript-devel mailing list > [email protected] > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel >
_______________________________________________ parenscript-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
