pxt-calliope/docs/blocks.md

278 B

Blocks language

@description Langugage constructs for the Block editor.

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

See Also

logic, loops, math, variables