EGL Reference Guide for iSeries

Function variables

When you declare a variable in a function part, the variable is available only in the function. If Function01 declares Var01 and invokes Function02, for example, Function01 can reference the variable but Function02 cannot.

Function variables are of two kinds:

For details, see Function invocations.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]