[Gambas-user] Possible suggestion/question

nando nando_f at ...951...
Sat Feb 25 19:18:03 CET 2012


Benoit,

I came across the need to call many different common small pieces of code multiple times.
Naturally, we tend to make a SUB just for all of them.

I wondered if you'd consider resurrecting GOSUB {label}
which is in the same sub.

It would be in the same scope, no parameters allowed and
acts just like a leaf subroutine with only return on the stack
and no formal stack frame.  It's also part compromise to embedded SUBs

Would overal execution run faster ?

??
-Fernando




More information about the User mailing list