Special variables: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m Regularize non-standard header markup
Line 1,977: Line 1,977:
:This local variable holds the Tcl list of arguments supplied to the current procedure after all the other formal arguments have been satisfied. Note that it needs to be explicitly listed in the formal arguments ''and'' be last in the list of formal arguments to have this behavior.
:This local variable holds the Tcl list of arguments supplied to the current procedure after all the other formal arguments have been satisfied. Note that it needs to be explicitly listed in the formal arguments ''and'' be last in the list of formal arguments to have this behavior.


== {{header|UNIX Shell}}==
=={{header|UNIX Shell}}==


The following variables are reserved for special purposes within the Bourne shell:
The following variables are reserved for special purposes within the Bourne shell:
Line 2,100: Line 2,100:
</pre>
</pre>


== {{header|zkl}} ==
=={{header|zkl}}==
<lang zkl>__DATE__, __DEBUG__, __FILE__, __LINE__, __NAME__, __TIME__</lang>
<lang zkl>__DATE__, __DEBUG__, __FILE__, __LINE__, __NAME__, __TIME__</lang>
As in the C preprocessor. Some (like __DEBUG__) can be changed, others (like __LINE__, __TIME__) are constants.
As in the C preprocessor. Some (like __DEBUG__) can be changed, others (like __LINE__, __TIME__) are constants.


== {{header|ZX Spectrum Basic}} ==
=={{header|ZX Spectrum Basic}}==


The ZX Spectrum does Not make a difference between capital or lower character variable names. A normal variable can be severall letters long, any DEF FN, FOR/NEXT, DIM (STRING or DATA) array name is a single letter variable name. None of these are special variables. for 128k zx spectrum matters that In REVERSED SENSE some variable names are IMposible becouse of the tokenized form in the 48k basic eg 'not' will be NOT !!!!
The ZX Spectrum does Not make a difference between capital or lower character variable names. A normal variable can be severall letters long, any DEF FN, FOR/NEXT, DIM (STRING or DATA) array name is a single letter variable name. None of these are special variables. for 128k zx spectrum matters that In REVERSED SENSE some variable names are IMposible becouse of the tokenized form in the 48k basic eg 'not' will be NOT !!!!