<div dir="ltr">On 3 February 2016 at 11:35, Olumide <span dir="ltr"><<a href="mailto:50295@web.de" target="_blank">50295@web.de</a>></span> wrote:<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Erm ... sequence (map print) [1,2,3] returns an error.</blockquote></div><br></div><div class="gmail_extra">That's because it will be parsed as `(sequence (map print) [1,2,3]`.</div><div class="gmail_extra">If you use `sequence (map print [1,2,3])`, it should work.</div></div>