[parenscript-devel] probably bug for operators * and %
Canhua
dreameration at gmail.com
Wed Nov 2 01:39:35 UTC 2011
hi, I find that
(* x (% y z))
produces
x * y % z
while what I mean is x * ( y % z), which are very different.
More information about the parenscript-devel
mailing list