guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

map, for-each


From: Eric J. Van der Velden
Subject: map, for-each
Date: Thu, 26 Aug 2010 13:17:38 +0200

Hello,

I don't understand what the manual says about when there are more then two arguments to map or for-each.

With two arguments, the last one must be a list, so OK is

(for-each display '(1 3))

But the following are ERR,

(for-each display 1 3)

(for-each display '(1 3) '(1 3))

Thanks,

Eric J.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]