Navigation

Operators and Keywords

Function List:

C++ API

: isglobal (name)

Return true if name is a globally visible variable.

For example:

global x
isglobal ("x")
  ⇒ 1

See also: isvarname, exist.

Package: octave