Up and Down by pooq

line input""x$
do
for i=1to len(x$)b=peek(0)
if b<0?x$:end
if b=32b=44
mid$(x$,i)=chr$(asc(mid$(x$,i,1))+44-b)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