Multifactorials by pooq

rebol[]while[a: input][x: parse a"!"w: 1 for i do x/1 1(- length? x)[w: w * i]print w]

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

download

return to the top page