global
declare global variables
SYNOPSIS
global name [ name ... ]
DESCRIPTION
Declares name to be a global symbol. A global symbol retains its value outside of statement blocks. If name is used as an array name, each element of the array is global.
EXAMPLE
global COUNT_RATE