Tag system by eban

s/^/aaaaaaaaabc/p
:
s/\ba.\(.*\)/  \1bc/p
s/\bb.\(.*\)/  \1a/p
s/\bc.\(.*\)/  \1aaa/p
t
d

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

download

return to the top page