3 lines
101 B
Forth
3 lines
101 B
Forth
|
|
> Set.union (Set.difference a b) (Set.difference b a);;
|
||
|
|
val it : Set<string> = set ["Jim"; "Serena"]
|