Brainfusck

From Esolang
Jump to navigation Jump to search

brainfusck is brainfuck but better.

the original brainfuck commands still exist.

there are numbers for each cell: 1 goes to first cell, 2 goes to second cell, etc. consecutive numbers are not interpreted as consecutive moves cus who does >< in brainfuck? 23 goes to cell 23, 69784 goes to cell 69784, etc.

if is this: {a|b:code} if cell a is b then

(m)*n! repeats code m n times

q*n! repeats command q n times

calculator (failed)

2,-*48!3,-*48![3+2-3]{3|