6 lines
104 B
Text
6 lines
104 B
Text
|
|
to sleep :n
|
||
|
|
print [Sleeping...]
|
||
|
|
wait :n ; units: 1/60th of a second
|
||
|
|
print [Awake.]
|
||
|
|
end
|