Skip to main content
Documentation
About
FAQ
Projects
GitHub
Blocks
On Start
Loops
repeat
for
while
for of
Logic
if
Boolean
Variables
assign
change var
var
Math
JavaScript blocks
Custom blocks
JavaScript
Calling
Sequencing
Variables
Operators
Statements
Functions
Types
Classes
Interfaces
Generics
Types
Number
String
Boolean
Array
Function
Miscellaneous
About
Support
Translate
Sharing projects
Offline support
Save
Developers
Command Line Interface
Visual Studio Code support
Blocks Embed
Repeat
Run part of the program the number of times you say.
for(let i = 0; i < 4; ++i) { }
Select Language
How do I add a new language?