eight hundred by teebee

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

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

download

return to the top page