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

1 line
76 B
Text

Sleep[seconds_] := (Print["Sleeping..."]; Pause[seconds]; Print["Awake!"];)