Fill in the blanks by teebee

a=linein()
do i=0 to 999
a=insert(strip(charin(),,_),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