vanishing alphabet by ltp

@a=(A..Z);for(0..51){print@a,"\n";$_%2?pop@a:($a[-1]=lc$a[-1])}

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

download

return to the top page