Keyboard macros: Difference between revisions

m
→‎{{header|REXX}}: corrected some typos.
(→‎{{header|REXX}}: added/changed whitespace and comments, corrected some typos, changed indentations.)
m (→‎{{header|REXX}}: corrected some typos.)
Line 562:
@TYPE = 'TYPE' /*point to the TYPE cmd*/
defFid = #path'LOGS\'!fn".LOG"
olfFidoldFid = #path'LOGS\'!fn".OLD"
tops = '.BOX= .C=blue .H=darkcyan .E=1'
fops = '.EF='defFid
Line 620:
 
if lFID==defFid then do
call dosdel olfFidoldFid
call dosrename defFid,olfFidoldFid
end
else call dosdel lFID