4 lines
88 B
Text
4 lines
88 B
Text
|
|
(prinl "Sleeping..." )
|
||
|
|
(call 'sleep 2) # Wait for 2 seconds
|
||
|
|
(prinl "Awake!")
|