RosettaCodeData/Task/Sleep/Mathematica/sleep.math

2 lines
76 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Sleep[seconds_] := (Print["Sleeping..."]; Pause[seconds]; Print["Awake!"];)