pxt-calliope/docs/blocks.md
Peli de Halleux 92b60a251d On start support (#324)
* annotating APIs to support onstart

* missed file

* updated templates

* adding new lines in main.ts

* fixing docs

* removing onstart

* updated docs

* updated various docs

* more docs

* adding upgrade policies for blocks

* updated pxt reference

* placing on start under "basic"
2016-12-19 14:09:35 -08:00

307 B

Blocks language

@description Language 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, on-start