BrainSwitch

Brainfuck, except when a cell holds a prime number, + and - swap meaning. Every arithmetic step means tracking whether the current cell is prime right now.

Idle

Program

Commands: > < + - . , [ ] — anything else is a comment. Careful: since . and , are commands, avoid them in comment text.

Input (stdin)

consumed 0 / 0 bytes — unread , past the end reads 0

Output


    

Tape