for(c<-"|";s=readLine+"\x09";i<-0 to 9;d<-s;j=d-47)print(" \n"(9/d)+Seq(" "*j,"_"*j,c+" "*(j-2)+c)((i compare 10-j)+1))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page