Brainfuck interpreter in QBasic.
- Reads the Brainfuck program from a file.
- The screen background turns blue when the Brainfuck program is expecting input.
- Output:
- Prints characters
0x20
–0x7e
verbatim. - Interprets
0x0a
(the Unix newline) as a newline. - Prints all other characters as
?
.
- Prints characters