This commit is contained in:
cozis
2021-11-01 16:22:34 +00:00
parent d93f578eb2
commit a1f2db9aa9
3 changed files with 11 additions and 33 deletions
+4
View File
@@ -462,6 +462,10 @@ static _Bool step(Runtime *runtime, Error *error)
Error_Report(error, 1, "Reference to undefined variable \"%s\"", ops[0].as_string);
return 0;
}
if(!Runtime_Push(runtime, error, obj))
return 0;
return 1;
}