4 lines
63 B
Text
4 lines
63 B
Text
|
|
(let ((i 0))
|
||
|
|
(do-until (= 0 (% i 6))
|
||
|
|
(println (++ i))))
|