pxt-calliope/docs/reference/loops/repeat.md

13 lines
269 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# Repeat
2016-05-24 21:30:31 +02:00
Run part of the program the number of times you say.
2016-03-26 00:47:20 +01:00
### Block Editor
![](/static/mb/blocks/contents-0.png)
2016-05-24 21:30:31 +02:00
### See also
2016-03-26 00:47:20 +01:00
2016-05-24 21:30:31 +02:00
[for](/reference/loops/for), [while](/reference/loops/while), [if](/reference/logic/if), [show number](/reference/basic/show-number)
2016-03-26 00:47:20 +01:00