Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
13
Task/Sleep/REXX/sleep-3.rexx
Normal file
13
Task/Sleep/REXX/sleep-3.rexx
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Main:
|
||||
call Sleep 1
|
||||
call Sleep 2
|
||||
call Sleep 3
|
||||
exit
|
||||
|
||||
Sleep:
|
||||
procedure
|
||||
arg s
|
||||
say time('l') 'Waiting for' s 'seconds...'
|
||||
'timeout /t' s '/nobreak > nul'
|
||||
say time('l') 'Done!'
|
||||
return
|
||||
Loading…
Add table
Add a link
Reference in a new issue