UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

10 lines (7 loc) 121 B
# Repeat Run part of the program the number of times you say. ```block for(let i = 0; i < 4; ++i) { } ``` ## #examples