Up: Loop n times: dotimes macro [Top][Contents]
dotimes
The dotimes macro used to count 0 through 9:
(dotimes (i 10) (princ i))
0123456789