toggleCASE by pooq

b:0;480.times{a:stdin.get_u8;b=a<11?0:b;if(64<a&&a<91){a+=32;b=32-b;}stdout.put_u8(a-b);};

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

download

return to the top page