The second example of the use of for-each is:
(for-each (lambda (x) x) ’(1 2 3 4))
⇒ 4Surely this should return an unspecified value? Regards, Alan _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
