[parenscript-devel] BUG: slot value conditional.
Vladimir Sedach
vsedach at gmail.com
Sat Jun 16 02:49:36 UTC 2007
Daniel Gackle pointed this out:
(js (slot-value (if yes a b) 'prop)) =>
"yes ? a : b.prop;"
When in fact the code should be "yes ? a.prop : b.prop;"
More information about the parenscript-devel
mailing list