Function Reference
— Built-in Function: isglobal (name)

Return 1 if name is globally visible. Otherwise, return 0. For example,

          global x
          isglobal ("x")
               1