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