Fill in the blanks by teebee

a=linein()
do i=0 to 999
c=charin()
a=insert(left(c,c\=_),a,i)
end
say a

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

download

return to the top page