Subfactorial FIXED by pooq

numeric digits 65
a=0
do i=0 to 50
a=i*a+(-1)**i
say a
end

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

download

return to the top page