Collatz Problem by zzo38

STDIN INCLUDE-FILE [BEGIN] DUP 0 .R CR DUP 1- [IF] DUP 2 MOD [IF] 3 * 1+ [ELSE] 2/ [THEN] [AGAIN]

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

download

return to the top page