Fill in the blanks by clock

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

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

download

return to the top page