Gora

From Esolang
(Redirected from User:Ractangle/(x)
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 with a conlang (which is Goroshevkan)

Syntax

Command Translated to English Action
wriffe write to Prints the argument
giffe give/gift to Sets input to the varible
keffe keep to 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