Another Table by pooq

r:=method(n,repeated(n))
$ :=" "
write("     ","_"r(24),"
    /",a:= $r(23),"/|
   /",a,"/ |
  /",a,"//||
 /","_"r(23),"//|||
|  ","_"r(19),"  || |||
| || |||",b:= $r(14),"| || |||
| || ||/",b,"| || ||/
",("| ||"..(c:= $r(18)).."| ||
")r(2),"|_|/",c,"|_|/")

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

download

return to the top page