prefix to postfix by nn

f={c->~(c=System.in.read())&&(c-16&32||f(c&8&&f()))|print((char)c)}
while(f());

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

download

return to the top page