Error in Periodic table of the loop macro?

85 views
Skip to first unread message

Jonathan Yip

unread,
Dec 8, 2015, 2:30:01 PM12/8/15
to Land of Lisp
In the table, "on" is marked as "same" as "in".
But I tried 
(loop for i in '(1 2 3) do (print i)) 
#| ==> 
1
2
3
NIL
|#

and 

(loop for i on '(1 2 3) do (print i))
#| ==>
(1 2 3)
(2 3)
(1)
NIL
|#

So maybe they are not the same?
Reply all
Reply to author
Forward
0 new messages