MultiBrain

From Esolang
Jump to navigation Jump to search

MultiBrain is a brainf derivative that uses multiple brainf programs and tapes

New Stuff

Multi-Tape Operations

Add Tape

Adds a new tape "*"

Remove Tape

Removes the previously added tape that still exists "/"

Next Tape

Goes to the next tape ")"

Previous Tape

Goes to the previous tape "("

Save Current Cell

Saves the current cell ":"

Load Saved Cell

Loads the saved cell ";" into the current cell

Multi-Program Operations

Add Program

Adds a new program "~"

Remove Program

Removes the previously added program that still exists "`"

Next Program

Goes to the next program "}"

Previous Program

Goes to the previous program "{"

Run Current Program

Runs current program "|"

Write Character To Next Program

Writes current cell as a character into next program "="

Write Character To Previous Program

Writes current cell as a character into previous program "_"