alphamirror by clock

object s
s=gets(0)for i=length(s)to 1by -1do
puts(1+(s[i]<65),s[i])end for

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

download

return to the top page