[Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Feb 19 18:13:36 CET 2022


http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4-

Comment #1 by Benoît MINISINI:

No, because GoSub and Goto only work with labels.

Calling a function is a completely different process, and jumping to a function is a non-sense (a function has its own stack frame for storing its local variables and other things).

Benoît MINISINI changed the state of the bug to: Rejected.




More information about the Bugtracker mailing list