Implement GOSUB/GOTO x:@LABEL
This commit is contained in:
@@ -1032,7 +1032,7 @@ class Compiler
|
||||
else
|
||||
{
|
||||
compileExpression(gosub.labelexpr, s);
|
||||
genCode(new GosubExpr(s));
|
||||
genCode(new GosubExpr());
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user