a prime number by teebee(pooq)

a=
do i=1 to 82
a=i||a
end
say a

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

download

return to the top page