Branjunk

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Branjunk is a brainfuck esolang 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 memoery value as charecter in the at variable.
` Gets user input and sets the 1 cell memoery 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++++''+++'++++++++'--------'+++'^+++++++++++'--------'

See also