59 6 x
Jump to navigation
Jump to search
59 6 x is an esolang made by User:↑.
Commands
| Command | Use |
|---|---|
| unit area [x] | creates a variable called x |
| [x] has [y] | sets variable x to the value of y |
| [x] sum [y] | adds x and y together |
| take [y] off [x] | subtracts y from x |
| tree [x] | forms a tree that shows the results with add and subtract with the number to subtract x incrementing each step |
| render [x] angle [y] | Multiplies x by y |
| chomp [x] using [y] | Divides x by y |
| order [x] do [y] else [z] and loop back | if condition x is true then do y else do condition z and loop back to the if |
| registry [x] is [y] | checks if x is equal to y |
| registry [x] differ from [y] | checks if x is equal to y, if it is equal to y, return false. then it gets the difference and adds it to x. if it's equal to y then return 1 else return 0. Both less and greater values are treated as true. |
| chop tree [x] branch [y] depth [z] | gets value from tree x in branch y of depth z |
| give output of [x] | gets value from x and outputs it |
| give me input and give it to [x] | asks for input and saves input to x |