Big Number by pooq

set a 22;set i 0;while {[incr i] < 20} {puts -nonewline $a;set a [expr int($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