Global

Syntax:

Global <variable> [,<variable>,...]

Description:

Global allows the variables to be used as global, ie: they can be accessed inside a procedure.

Example :

Global a.l, b.b, c, d