input" "a$ l=len(a$) for i=1to l+2s$=s$+"_" b$=b$+" "next c$="|"+b$+"| " if l>7c$=c$+c$ ?s$ ?"/"+b$+"\\" ?c$+"| "+a$+" |" ?c$+"\\"+s$+"/"
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page