Boinkfuck

From Esolang
Jump to navigation Jump to search

Boinkfuck is a language by User:Hammy based on his earlier esolang Boink, to make programs shorter. It has 2 tapes: Tape 1 is a brain****-style tape, and the second one is the one in Boink. Remember: Boink's tape doesn't have a pointer, so "pointer" is the one referring to the pointer on the 1st tape.

Commands

x is the current cell in the 1st tape.

Commands
Command Meaning
+
Increment the current cell on the 1st tape.
-
Decrement the current cell on the 1st tape.
<
Moves the pointer to the left.
>
Moves the pointer to the right.
*
Add x to the waiting area. When 2 values are in the waiting area (a and b, a was first.), do the Boink command a:b.

Examples

can someone write these for me