quote box by 51b

-module(q).
-export([m/0]).
m()->L=lists,io:format([L:nth(L:max([abs(X),abs(Y div 2)-9])+1,"-*?@.#`%$\\:[{'\"
")||X<-L:seq(-14,14),Y<-L:seq(-47,49,2)]).

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

download

return to the top page