Set symmetric difference by murky-satyr

((A:=stdin upToEnd subStrings asSortedCollection)select:[:x|(A select:[:y|y=x])size<2])do:[:x|stdout<<x<<$ ]

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

download

return to the top page