6 lines
67 B
Text
6 lines
67 B
Text
|
|
on doSleep (ms)
|
||
|
|
put "Sleeping..."
|
||
|
|
sleep(ms)
|
||
|
|
put "Awake!"
|
||
|
|
end
|