mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Basic arithmetic works
This commit is contained in:
@@ -91,7 +91,7 @@ void repl() {
|
||||
Interpreter interpreter; //persist the interpreter for the scopes
|
||||
|
||||
for(;;) {
|
||||
printf(">");
|
||||
printf("> ");
|
||||
fgets(input, size, stdin);
|
||||
|
||||
//setup this iteration
|
||||
|
||||
Reference in New Issue
Block a user