Hi,

Am 28.12.2008 um 03:22 schrieb Mark Volkmann:

Here's a related problem. I have a sequence of strings and I'd like to
print each on a separate line. I know that this isn't the answer:
(force (map println results))
I'm not sure what else to try.

(doseq [x (range 3)] (println x))

(doseq [s results] (println s))

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to