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