Skip to content

Commit

Permalink
variables_get block support
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshiest committed Nov 14, 2021
1 parent feb7451 commit fce071b
Show file tree
Hide file tree
Showing 7 changed files with 816 additions and 533 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Uses [Google's Blocky](https://developers.google.com/blockly) with custom blocks

## Notes

* Code is run from the top left.
* Placing functions above your first line will cause the function code to run before the first line.
* If you have functions and no `end` block at the end of your program, the functions will run after your code runs.
* Recursion only works if you place the recursive function call in the return statement of the function. (See below)
- Code is run from the top left.
- Placing functions above your first line will cause the function code to run before the first line.
- If you have functions and no `end` block at the end of your program, the functions will run after your code runs.
- Recursion only works if you place the recursive function call in the return statement of the function. (See below)

## Features

Expand Down
Loading

0 comments on commit fce071b

Please sign in to comment.