isGlobalDefined

isGlobalDefined ( string variableName ) : boolean

Returns true is the variable is defined and in global scope.
Grimport does not allows to check if local variables are definded.

Parameters

variableName

The name of the variable