Special variables: Difference between revisions

m
→‎{{header|REXX}}: added whitespace before and after the special variable names. -- ~~~~
m (→‎{{header|REXX}}: added whitespace, added "re-defined" to a phrase. -- ~~~~)
m (→‎{{header|REXX}}: added whitespace before and after the special variable names. -- ~~~~)
Line 1,120:
Initially, the above three special variables aren't defined (until the appropriate action for their use has been performed).
 
If no commands have been issued to the host, the   '''RC'''   special variable isn't defined.
<br>If no subroutines have been invoked, then the &nbsp; '''RESULT''' &nbsp; special variable isn't defined.
<br>If no SIGNAL or CALL (or subroutine invocation) has been used, then the &nbsp; '''SIGL''' &nbsp; special variable isn't defined.
: (This excludes the use of &nbsp; '''SIGNAL ON xxx''' &nbsp; and/or &nbsp; '''SIGNAL OFF xxx''' &nbsp; instructions which don't actually transfer control.)
 
In each case, the variable names may be in lower/upper/mixed case.