Functions for working with the idealized calendar of Planet Xhilr
修订版 | 6dd7f8918238fca997b8c494364c3b1f8f988196 (tree) |
---|---|
时间 | 2017-06-13 17:32:06 |
作者 | Joel Matthew Rees <joel.rees@gmai...> |
Commiter | Joel Matthew Rees |
rollback by hand
@@ -30,8 +30,8 @@ DROP ; | ||
30 | 30 | |
31 | 31 | : FRACTIONS ( count -- ) |
32 | 32 | CR |
33 | -1+ 1 DO | |
34 | - I PSNUM SPACE I NUMERATORS CR | |
33 | +1+ 1 DO | |
34 | + I . I NUMERATORS CR | |
35 | 35 | LOOP ; |
36 | 36 | |
37 | 37 |