Gora
Jump to navigation
Jump to search
- This is still a work in progress. It may be changed in the future.
Gora is an esolang created by User:Ractangle where it's a Pesudonatural Language but uses a conlang instead of a Natural language (which is also by it's own creator)
Syntax
| Command | Translated to English | Action | |
|---|---|---|---|
| wriffe | write to | Prints the argument | |
| giffe | give/gift to | Sets input to the varible | |
| ← | N/A | Stores the value into variable name | |
| iffe | if | Conditional | |
| otheffe | else/otherwise | ||
| goffe | go to | Goto statement | |
Examples
Hello, world!
wriffe"Hello, world!"
Truth-machine
i ← giffe"1 or 0" iffe i==0:wriffe 0 otheffe: l:wriffe 1;goffe l