3 lines
59 B
Text
3 lines
59 B
Text
|
|
(dotimes (i most-positive-fixnum)
|
||
|
|
(message "%d" (1+ i)))
|