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

1 line
61 B
Forth

: sleepMilli(n) "Sleeping..." . n sleep "Awake!" println ;