pxt-calliope/docs/blocks.md

8 lines
101 B
Markdown
Raw Normal View History

# Blocks language
```namspaces
for (let i = 0;i<5;++i) {}
if (true){}
let x = 0;
Math.random(5);
```