Shifting Pattern Fixed by *yuko*

character*99c;read*,c;l=len_trim(c);print'(2a)',(c(i+1:l),c(:i),i=l,1,-1);end

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

download

return to the top page