Skip to content

Commit

Permalink
update example.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Nov 29, 2023
1 parent dee94bb commit e3ae45d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/walker/example.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,8 @@
(loop :for n :in list
:do (f n)
(g n))

(loop :for x :from 1 :to 10
:initially (print foo)
:collect x :into foo
:finally (print foo))

0 comments on commit e3ae45d

Please sign in to comment.