Alan Watson <[EMAIL PROTECTED]> writes: > 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?
Unspecified values, even! Good catch, will fix. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
