| dotimes range instruction-list |
| Runs the instruction list for each value specified in the range. The first input is a list with a temporary variable name and a maximum number. The second input is a list of instructions that uses the variable name included in the first input. See dolist. |
| example |
| dotimes [i 8][show :i] |
| See MW Vocabulary (in Resources) for links to other projects using this term. |
| © LCSI, reprinted with permission |