j
k
j a
j l
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;"
Back to the thread
Back to the list