stratum by pooq

n=nchar(a<-readLines("stdin"))
for(i in n:1)cat(strsplit(a,"")[[1]][c(i:n,n:i)],"
",sep="")

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

download

return to the top page