mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Comment tweaks
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user