RosettaCodeData/Task/Count-in-octal/Mathematica/count-in-octal.math

3 lines
41 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
x=0;
While[True,Print[BaseForm[x,8];x++]