Ejection simplified by *yuko*

input""s$:?s$
1line input""t$
if!t$=s$for i=2to len(s$)-1t$=t$+trim$(mid$(t$,i,1)):mid$(t$,i)=" "next:?t$:goto 1
?s$

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

download

return to the top page