Branjunk
Jump to navigation
Jump to search
Branjunk is a brainfuck derivative created by User:Ractangle. It also uses the whole uppercase alphabet... yaaaaaaay? It also uses two variables.
Commands
| Command | It's action |
|---|---|
| + | Adds one to the 1 cell memory. |
| - | Subtracts one from the 1 cell memory. |
| ' | Prints the 1 cell memory value as charecter in the at variable. |
| ` | Gets user input and sets the 1 cell memory to that value. |
| ^ | Pushes the value to the one stack memory. Also the value is set to 0. So you can use them as shortcuts. |
| v | Sets the one memory cell to the value from the one stack memory. |
Examples
Hello World
+++++++'^++++'v++++''+++'++++++++'--------'+++'^+++++++++++'--------'