Allow ON ... GOTO / GOSUB to span on multiple lines.
[COMPILER] * NEW: Allow ON ... GOTO / GOSUB to span on multiple lines.
This commit is contained in:
parent
9a16dbdc9f
commit
e90ce66d89
1 changed files with 2 additions and 0 deletions
|
@ -698,6 +698,8 @@ void TRANS_on_goto_gosub(void)
|
|||
|
||||
if (n == 127)
|
||||
THROW("Too many labels");
|
||||
|
||||
TRANS_newline();
|
||||
}
|
||||
|
||||
pos = CODE_set_current_pos(pos);
|
||||
|
|
Loading…
Reference in a new issue