binary alnum symbol by 51b

-module(b).
-export([m/0]).
m()->[io:format(lists:nth(X,["(alnum)
","(sym)
","(bin)
","normal
"]))||X<-"\x03\x01\x01\x04\x02\x01\x04\x02\x01\x04\x01\x03\x02\x02\x01"].

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

download

return to the top page