multiples by clock

REBOL[]n: d: 1 loop 341[print n: n -(n // d: d // 6 + 2)+ d]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page