Factorial by pooq

procedure main()
while a:=integer(read())do{
i:=1
every i*:=2to a
write(i)}
end

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

download

return to the top page