122333 by Carlos Gutierrez

do
c=peek(0)
v=c-48
if v<0or v>9v=1
while(v)?chr$(c);:v=v-1wend
loop

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

download

return to the top page