Big Number by pooq

rebol[]a: 9.5 loop 19[prin a: to-integer a * 7 / 3]

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

download

return to the top page