for(i in 10:1)cat(rep(rep(c(" ","#"," "),c(9-i%%2*i,i,1)),i),sep="")
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page