Handle a signal: Difference between revisions

m
→‎{{header|REXX}}: added REXX to the LANG html tag.
No edit summary
m (→‎{{header|REXX}}: added REXX to the LANG html tag.)
Line 1,028:
<br>Some operating systems that REXX runs under have a '''SLEEP''' or equivalent function.
<br><br>But, there's more than one way to skin a cat. (No offense to cat lovers.)
<lang rexx>/*REXX program displays integers until a Ctrl─C is pressed, then show*/
/* the number of seconds that have elapsed since start of pgm execution.*/