MRMCD12 every other char by clock

atom s
while 1do
s=getc(0)puts(s>0,s)s=getc(0)end while

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

download

return to the top page