[r6rs-discuss] for-each example seems to be wrong

Alan Watson alan at alan-watson.org
Tue Jul 10 16:39:46 EDT 2007


The second example of the use of for-each is:

(for-each (lambda (x) x) ’(1 2 3 4))
                 ⇒ 4

Surely this should return an unspecified value?

Regards,

Alan



More information about the r6rs-discuss mailing list