set empty prompt for bf interpreter, gol uses its own
This commit is contained in:
parent
f3048b7db2
commit
ec2cc5baa4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class Interpreter {
|
|||
}
|
||||
|
||||
if (instruction == ",") {
|
||||
tape.current.data = promptAscii("> ");
|
||||
tape.current.data = promptAscii("");
|
||||
}
|
||||
|
||||
if (instruction == "[" and tape.current.data == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue