check if a variable is global
t=isglobal(x)
:x any variable : :t a boolean :
isglobal(x) returns true if x has been declared to be a global variable and false otherwise.
isglobal(1) `global`_ a isglobal(a)
Enter search terms or a module, class or function name.