Print reversed ASCII by tehtmi

c=("").char for i=256,0,-1 do io.write(({[256]="\xc3\xbb",[160]=" ",[13]="\n",[10]=" ",[9]=""})[i]or i<128 and c(i)or c(191.51+i/64,128+i%64))end

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page