Comment tweaks

This commit is contained in:
2022-08-22 02:16:24 +01:00
parent df6bd58b1a
commit 9ac16f8e80
5 changed files with 3 additions and 4 deletions

View File

@@ -709,7 +709,7 @@ static void execInterpreter(Interpreter* interpreter) {
interpreter->scope = popScope(interpreter->scope);
break;
//TODO: custom type declarations
//TODO: custom type declarations?
case OP_VAR_DECL:
case OP_VAR_DECL_LONG: