Coasters by pooq

a:=File standardInput readLine
n:=a size+2
d:=c:=" "repeated(n)
if(8<n,d=d .."|
|".. d)
write(" "..(b:="_"repeated(n)).."
/".. c .."\\
|".. d .."|
| ".. a .." |
|".. d .."|
\\".. b .."/")

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

download

return to the top page