GOTO's (and GOSUB's) can cause "spaghetti code" to be the end result. Unfortunately, if the compiler does not support functions and procedures (what is commonly referred to as "structured programming") you may not have a choice.
Best to follow what the manual says "While GOTOs may be a necessary evil, try to minimize their use as much as possible."
Bookmarks