3 lines
91 B
Text
3 lines
91 B
Text
a:=T("John","Bob","Mary","Serena");
|
|
b:=T("Jim","Mary","John","Bob");
|
|
sdiff(a,b).println();
|