RosettaCodeData/Task/Pi/Mathematica/pi.math

4 lines
122 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
WriteString[$Output, "3."];
For[i = -1, True, i--,
WriteString[$Output, RealDigits[Pi, 10, 1, i][[1, 1]]]; Pause[.05]];