BEN++

From Esolang
Jump to navigation Jump to search

BEN++ is language by User:ChuckEsoteric08 that based on game "My Talking Ben".

Commands

yes increments cell under the pointer
no decrement cell under the pointer. If result was -1, set to 0
hoho move pointer right
eugh move pointer left
ben repeat next instruction until value in current cell is zero

Program runs infinitly. Commands sepereated with spaces. There is also debug command:

phone output cell

Examples

Output 1 forever

yes phone no

Computational class

Unknown