Move To Front Decode by clock

s$="0123456789":do:n=peek(0)-47:c$=mid$(s$,n,1+0^n):?c$;:left$(s$,n)=left$(c$+s$,n)loop

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

download

return to the top page