Nest the 0 by NikNakk

x=scan("stdin")
for(y in x)cat(rep("[",y),0,rep("]",y),"\n",sep="")

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

download

return to the top page