10-24-2022, 06:27 PM
(10-24-2022, 06:19 PM)CharlieJV Wrote:(10-24-2022, 06:03 PM)Dimster Wrote: ... if we are heading towards the elimination of GOTO ...
What the hell? Are there plans on eliminating GOTO from QB64PE ?
No, definitely not. GOTO is a culprit of "Pasta" code but it can also be a better way to code in rare instances. I have a couple of large programs where the use of one GOTO statement saves me from using a lot of conditional statements and sometimes, when a program is being modified, too much re-tooling instead of using one GOTO could screw up part of your program. So then you spend hours to fix something that one GOTO fixes in 10-seconds. (I type slow.)
Pete