KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzGetDefaultVariableScope

The lzGetDefaultVariableScope function returns the the default variable scope in the current context.

char lzGetDefaultVariableScope(
   void
);

Parameters

   

None.


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)


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy