Re: Union of sets (lists
Re: Union of sets (lists
- Subject: Re: Union of sets (lists
- From: Gary Lists <email@hidden>
- Date: Sun, 12 Jan 2003 17:06:46 -0500
On or about 1/12/03 2:51 PM, Gary Lists wrote:
>
AppleScript lists are sets, BTW. In fact, the { } used in set notation means
>
"whole elements are"...
I meant "_whose_ elements are..."
>
Set A's elements = {a, b, a, c, a}
>
Set B's elements = {1, c, e, a, a}
>
...
>
{a, 1, c, a, a} <-- intersection [note absence of the 3rd a from A]
And that last example should be { a, a, c },
noting absence of 3rd a from A.
Sorry.
--
Gary
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.