On Friday, June 18, 2004, 6:18:19 AM, Josh wrote: > Mark Hubbart <discord / mac.com> writes: >> PairAssociable? Associable? :) > Hmm, it sounds odd to me, but it has the right definition: > associable > adj : capable of being associated; "words associable with > politics" > I guess I don't hear "associable" too often... s = FooBar.new t = Quux.new h = {} h[s] = t s and t are now associated with other. Are s and t Associable? Gavin