binary alnum symbol by murky-satyr

for i=1,15 do print(({'(bin)','(alnum)','normal','(sym)'})[('\x01\x02\x02\x03\x04\x02\x03\x04\x02\x03\x02\x01\x04\x04\x02'):byte(i)])end

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

download

return to the top page