Blocks language

for (let i = 0;i<5;++i) {}
if (true){}
let x = 0;
Math.random(5);

See Also

logic, loops, math, variables

Edit this page on GitHub