Old GammaScript
Jump to navigation
Jump to search
Old GammaScript is a revival of Gammascript 0.2 made by Unname4798.
Commands
| Command | Description |
|---|---|
| create var <varname> is <varval> | Makes a variable. |
| write <string> | Outputs a string. |
| if <condition> then: | A condition command. If you try to nest it, the command rejects it. |
| wait <duration in seconds> | A wait command. |
| ask | User input. Reserved variable name. |
| show | Outputs a variable. |
| don't execute <string> | A comment. |
| <value1> = <value2> | Equality operator. Should only be used in a condition command. |
Examples
Hello, World!
write Hello, World!
Cat
show ask