On Sun 06 Jan 2013 19:56, Peter Bex <Peter.Bex@x> writes:Q: Why is this? A: Because all identifiers are present in the initial
> The second form in the following returns 1 in Chibi, Chicken, Gambit,
> MIT Scheme and Gauche:
>
> (define else #f)
> (cond (else 1))
environment in these implementations, so "define" is really "set!"
here. Therefore the "else" that is here is the same as the "else" that
the "cond".
_______________________________________________ Scheme-reports mailing list Scheme-reports@x http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports