JavaScript
All values and functions are written in embedded JavaScript in SpaceTode. For example, all the symbol functions are written in JavaScript:
The JavaScript above is (element) => element === Water
.
You can extend your JavaScript over multiple lines by ending a line with a bracket:
You can also place your JavaScript within brace brackets if you want to make a closure:
Last updated