rotate lines reversely by pooq

do
x=peek(0)
if x<0break
line input""a$
a$=chr$(x)+a$
c$=c$+b$+"
"
b$=a$loop
?b$,c$

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

download

return to the top page