Tag system by pooq

t:="aaaaaaaaabc";for(i,0,119,writeln("  "repeated(i),t);t=t slice(2)..("bc a aaa"split at(t at(0)-97)))

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

download

return to the top page