chickadee » miscmacros » dotimes

(dotimes (VAR TIMES [FINAL]) BODY ...)syntax

Executes BODY ... TIMES times, with the variable VAR bound to the count-up value.

Returns the result of the FINAL expression or (void) when no FINAL expression.