packed UTF 9 by pooq

do
d=d+dec(chr$(peek(0))+chr$(peek(0)))*2^i
if i>0?chr$(mod(d,512));:i=i-9:d=d/512
a=peek(0)
i=i+8loop

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

download

return to the top page