RosettaCodeData/Task/Sleep/8th/sleep.8th
2023-07-01 13:44:08 -04:00

4 lines
66 B
Text

f:stdin f:getline
"Sleeping..." . cr
eval sleep
"Awake!" . cr bye