Triangle ASCII art by pooq

for(n in scan("stdin")){for(i in 0:n)cat("|",rep("if"(n>i," ","_"),i),"\\
",sep="");cat(rep("*",32),"
",sep="")}

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

download

return to the top page