Fill in the blanks by pooq

input""a$
do
b$=chr$(peek(0))
if"_"=b$n=n+1:b$=mid$(a$,n,1)
?b$;loop

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

download

return to the top page