RosettaCodeData/Task/Sleep/Oforth/sleep.oforth

2 lines
61 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
: sleepMilli(n) "Sleeping..." . n sleep "Awake!" println ;