Up and Down by pooq

line input""x$
do
for i=1to len(x$)b=peek(0)
if b<0?x$:end
mid$(x$,i)=chr$(asc(mid$(x$,i,1))+2-mod(b,6))next
b=peek(0)loop

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

download

return to the top page