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

3 lines
41 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
x=0;
While[True,Print[BaseForm[x,8];x++]