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