5 lines
179 B
Text
5 lines
179 B
Text
|
|
Input "Please input the number of milliseconds you would like to sleep. "; sleeptime
|
||
|
|
Print "Sleeping..."
|
||
|
|
CallDLL #kernel32, "Sleep", sleeptime As long, ret As void
|
||
|
|
Print "Awake!"
|