EGL provides a goTo statement solely for migration of older programs that use flow statements. Do not use this statement in new code. It violates structural programming principles and can cause errors that are difficult to trace.
You can use a goTo statement to leave a block of code, but not to go into a block of code from the outside.