Transfer of control within a program

The most common method of passing control within a program is the function call, which uses the return statement to return control to the original function.

EGL also provides a goTo statement solely for migration of older VisualAge® Generator programs that use flow statements.


Feedback