Morse decode by murky-satyr

i=1
while''do
x,b=i%32+1,io.read(1):byte()i=b%15>1 and io.write(('  etianmsurwdkgohvf,l.pjbxcyzq'):sub(x,x),b>32 and''or' ')and 1 or i*2+b%2
end

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

download

return to the top page