pxt-calliope/docs/blocks/loops/repeat.md
2016-06-14 17:20:45 -04:00

13 lines
260 B
Markdown

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