pxt-calliope/docs/reference/loops/repeat.md
2016-06-11 22:28:57 -04:00

13 lines
269 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](/reference/loops/for), [while](/reference/loops/while), [if](/reference/logic/if), [show number](/reference/basic/show-number)