pxt-calliope/docs/blocks.md
Tom Ball f4eca66648 move lessons out of web site
will move select lessons back to "educators" section
2016-06-14 11:49:58 -04:00

101 B

Blocks language

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