RosettaCodeData/Task/Loops-N-plus-one-half/Common-Lisp/loops-n-plus-one-half-3.lisp
2023-07-01 13:44:08 -04:00

1 line
60 B
Common Lisp

(format t "~{~a~^, ~}" (loop for i from 1 to 10 collect i))