Comparing two numbers by %20(kimiyuki)

s/ / > /
/^\(.*\) > \1/s/>/=/
h
:0
s/.>./>/
t0
/.>/b
/>./b1
g
s/$/@9876543210/
/^\(.*\)\(.\).* \1\(.\).*@.*\2.*\3/b
:1
g
s/>/</
h
:
g

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

download

return to the top page