ALPHA_ASCII by teebee

for(string s,c;(c=getc(stdin))>"";)if(c>"@"){int i;for(;c>format("%c",++i););write(s,i,none);s=" ";}

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

download

return to the top page