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:
gambas 2021-02-25 23:01:04 +01:00
parent 9a16dbdc9f
commit e90ce66d89

View file

@ -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);