RosettaCodeData/Task/Count-in-octal/Mathematica/count-in-octal.math
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
41 B
Text

x=0;
While[True,Print[BaseForm[x,8];x++]