5 lines
64 B
Common Lisp
5 lines
64 B
Common Lisp
|
|
(use-package :iterate)
|
||
|
|
(iter
|
||
|
|
(for x in the-list)
|
||
|
|
(print x))
|