segs by murky-satyr

for(i in(b=nchar(a<-readLines("stdin"))):1)write(substring(a,i,i:b),"")

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

download

return to the top page