UNPKG

pxt-core-own

Version:

Microsoft MakeCode, also known as Programming Experience Toolkit (PXT), provides Blocks / JavaScript 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