RosettaCodeData/Task/Sleep/Mathematica/sleep.math

2 lines
76 B
Text
Raw Permalink Normal View History

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