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