Scilab Function

isglobal - check if a variable is global

Calling Sequence

t=isglobal(x)

Parameters

Description

isglobal(x) returns true if x has been declared to be a global variable and false otherwise.

Examples

See Also