Outline by twobit

p=print
for l in io.lines()do
w="#"x=x or("2\x1d \x13"):byte(#l%5)a=w:rep(x+2)b=w..(" "):rep(x)..w
q=q or p(a)or p(b)or 1
p("# "..l..b:sub(#l+3))end
p(b)p(a)

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

download

return to the top page