RosettaCodeData/Task/Symmetric-difference/Zkl/symmetric-difference-2.zkl

4 lines
91 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
a:=T("John","Bob","Mary","Serena");
b:=T("Jim","Mary","John","Bob");
sdiff(a,b).println();