02-02-2023, 09:43 AM
SUBs are fine to exit. (We even have an EXIT SUB command for them. https://qb64phoenix.com/qb64wiki/index.php/EXIT)
GOSUBs could end up presenting an issue for you, if you run around exiting them without returning, however, so you might want to be careful with them if you make use of them in your code.
GOSUBs could end up presenting an issue for you, if you run around exiting them without returning, however, so you might want to be careful with them if you make use of them in your code.