Tomi Ollila <tomi.ollila at iki.fi> writes:
> Does (when COND BODY) connotate to the thought that the return value
> is generally not used ? That expands to (if COND (progn BODY)) so both
> returns exactly same values.
Err, sorry. Too much scheme. I meant a two branch if
(if COND BODY nil)