RosettaCodeData/Task/Integer-sequence/Mathematica/integer-sequence.math

3 lines
36 B
Text
Raw Normal View History

2023-07-01 11:58:00 -04:00
x = 1;
Monitor[While[True, x++], x]