Tag system by Icewing

f(x:y:z)=z++g x
g 'a'="bc"
g 'b'="a"
g x="aaa"
main=""#"aaaaaaaaabc"
y#x=putStrLn(y++x)>>(y++"  ")#f x

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

download

return to the top page