Brainfucker

From Esolang
Jump to navigation Jump to search

Brainfucker is a derivative of brainfuck. Not wrapping, of course.

Commands

+ add
- subtract
* square
/ square root
. output as number
, input as number
[ jump to ] if 0
] jump to [ if non-0
> move right
< move left
v move down
^ move up

123 (not hello world thats impossible)

+++*++*++.

See also