2 lines
73 B
Common Lisp
2 lines
73 B
Common Lisp
(dotimes (i most-positive-fixnum) ;; starting from 0
|
|
(message "%o" i))
|