Numbering by pooq

f=function(m,s){if(m>0)for(i in 1:3){cat(s,i,"
",sep="");f(m-1,paste("   ",s,i,".",sep=""))}};f(scan("stdin"),"")

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

download

return to the top page