move lessons out of web site

will move select lessons back to "educators" section
This commit is contained in:
Tom Ball 2016-06-14 11:49:58 -04:00
parent a6e6dd8287
commit f4eca66648
184 changed files with 8 additions and 8 deletions

8
docs/blocks.md Normal file
View File

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

View File

@ -21,11 +21,3 @@ serial.writeNumber(0);
control.inBackground(() => {
});
```
<!-- No language reference for now, until
for (let i = 0;i<5;++i) {}
if (true){}
let x = 0;
Math.random(5);
-->

Some files were not shown because too many files have changed in this diff Show More