pxt-calliope/docs/blocks.md

12 lines
217 B
Markdown
Raw Normal View History

# Blocks language
```namespaces
for (let i = 0;i<5;++i) {}
if (true){}
let x = 0;
Math.random(5);
2016-08-10 22:10:40 +02:00
```
## See Also
[logic](/blocks/logic), [loops](/blocks/loops), [math](/blocks/math), [variables](/blocks/variables)