Keyboard macros: Difference between revisions

m
→‎{{header|REXX}}: added comments to the section header about programs not included. -- ~~~~
(→‎{{header|REXX}}: added the REXX language. -- ~~~~)
m (→‎{{header|REXX}}: added comments to the section header about programs not included. -- ~~~~)
Line 344:
<br>If under a native DOS, the change is system wide.
<br><br>Almost every keyboard key (including the '''F''' (function) keys, numeric keypad, can be re-defined.
<br><br>REXX programs not included are '''$T''' which is only used when specific options are used (used when TOPS is specified),
<br>the '''$ERR''' program which issues errors, and '''$H''' which shows '''help''' and other documentation.
<lang rexx>/**/trace o;parse arg !;if !all(arg()) then exit;if !cms then address '';signal on halt;signal on novalue;signal on syntax
/*if not DOS, issue error. */