set empty prompt for bf interpreter, gol uses its own

This commit is contained in:
Sebastian Hugentobler 2025-05-30 12:37:09 +02:00
parent f3048b7db2
commit ec2cc5baa4
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

View file

@ -67,7 +67,7 @@ class Interpreter {
} }
if (instruction == ",") { if (instruction == ",") {
tape.current.data = promptAscii("> "); tape.current.data = promptAscii("");
} }
if (instruction == "[" and tape.current.data == 0) { if (instruction == "[" and tape.current.data == 0) {