We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

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