Stoopid with updated Syntax written in java
| Keyword | Description | Syntax |
|---|---|---|
| var | Defines a Variable | var name = value |
| out | Prints something | out value |
| goto | sets the next line to be read by the interpreter | goto linenumber |
variables can be redefined with: name = value