-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
$ gsi Gambit v4.4.3
(let ((else #f)) (cond (else #t)))
#t
(let ((else #f)) (cond (else #f) (#t #t)))
*** ERROR IN (console)@2.24 -- Else clause must be last
============================
$ gsi -:s Gambit v4.4.3
(let ((else #f)) (cond (else #t))) (let ((else #f)) (cond (else #f) (#t #t)))
#t
Marijn
- -- If you cannot read my mind, then listen to what I say.
Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML http://www.gentoo.org/proj/en/lisp/, #gentoo-{lisp,ml} on FreeNode