Numloop by clock

REBOL[]repeat n 999[t: 0 x: n while[7 // x > 0][x: round(x // 2 * 23 * x + x)/ 4 t: t + 1]print[join either x < 7[t]["Infinity"]","n]]

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

download

return to the top page