pxt-calliope/docs/blocks.md
Peli de Halleux f0b91b07c1 fix typo
2016-11-29 00:04:21 -08:00

14 lines
277 B
Markdown

# Blocks language
### @description Language constructs for the Block editor.
```namespaces
for (let i = 0;i<5;++i) {}
if (true){}
let x = 0;
Math.random(5);
```
## See Also
[logic](/blocks/logic), [loops](/blocks/loops), [math](/blocks/math), [variables](/blocks/variables)