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