Symmetric difference: Difference between revisions

m
Line 2,530:
 
=={{header|Picat}}==
Using the <code>ordset</code> module.
<lang Picat>import ordset.
 
Line 2,558:
union = [Bob,Jim,John,Mary,Serena]
intersection = [Bob,John,Mary]</pre>
 
 
=={{header|PicoLisp}}==
495

edits