Jumble
Jump to navigation
Jump to search
Jumble is an Esoteric Programming language created By User:Buckets in 2024.
| Effecting the Previous Number Pair | Instructions |
|---|---|
| 0,0 | Set the current coordinate to a command That Rotates the Current Direction 90 degrees Clockwise. |
| 0,-1 | Set the current Coordinate To A Command that skips The next Command with only One Exception. |
| 0,+1 | Set the Current Coordinate to A Command That Will Pass the command If the top value is 0, If not, Rotate 90 Degrees Clockwise. |
| -1,0 | Set The current coordinate To a command that Will push The Number 0, unless Skipped then duplicate the Top value. |
| -1,-1 | Set The Current coordinate to A command that Will invert the top number, if it is a 0, it will push a 1, if it was 1, it Will Push 0, If It Is Any other Number, It will pop it And Print it in ASCII. |
| -1,+1 | Set The Current Coordinate To A command That will Push the Input in ASCII. |
| +1,0 | Set the current Coordinate to a command That Will Add the Top Two Values. |
| +1,-1 | Set the Current coordinate To A Command that Will subtract the Top Two Values( in Top-Bottom, )Unless If You were to subtract a 0(, the 0 would Be at The Bottom and Not the top), Then It Would Do that then, push the Input value As a value. |
| +1,+1 | Set The current cell to a Command That Will pop an print the top Value as A value. |
| Not Any Of the Above. | Set The Coordinate. |
The Coordinate pointer starts at 0,0, in the Rightward Direction and the Regular Code happens in Real Time.
Cat Program:
MEOWING