pxt-calliope/docs/reference/loops/repeat.md
2016-05-24 12:30:31 -07:00

17 lines
309 B
Markdown

# Repeat
Run part of the program the number of times you say.
### Block Editor
![](/static/mb/blocks/contents-0.png)
### Lessons
[looper](/lessons/looper)
### See also
[for](/reference/loops/for), [while](/reference/loops/while), [if](/reference/logic/if), [show number](/reference/basic/show-number)