pxt-calliope/docs/blocks.md
Peli de Halleux 0e0275e496 doc fixes
2016-08-10 13:10:40 -07:00

12 lines
217 B
Markdown

# Blocks language
```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)