| ELZED | Documentation | The Details | API |
| lzGetDefaultVariableScopeThe lzGetDefaultVariableScope function returns the the default variable scope in the current context. char lzGetDefaultVariableScope();
Parameters
Return Value | Returns the scope code of the default variable scope in the current context. The codes are as follows:
Code
|
Constant
|
Meaning
|
'C'
|
kCosmicScope
|
Available in all contexts
|
'G'
|
kGlobalScope
|
Available in current context only
|
'L'
|
kLocalScope
|
Available only within the expression where declared
|
|
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzGetDefaultVariableScope active in Elzed 2.5.0 (248: 2.5.0) |
|
| |