RosettaCodeData/Task/Count-in-octal/Factor/count-in-octal.factor
2023-07-01 13:44:08 -04:00

2 lines
57 B
Factor

USING: kernel math prettyprint ;
0 [ dup .o 1 + t ] loop