pxt-calliope/docs/blocks.md
2016-06-14 17:20:45 -04:00

102 B

Blocks language

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