box world by yamaya

s=io.read()t=s:reverse()p=s
for i=1,#s do
io.write(p..s:sub(i,i).."\n"..t:sub(i,i))p=(' '):rep(#s-1)end
print(t)

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

download

return to the top page