About Dictionary includes

Chris Muller afunkyobject at yahoo.com
Wed Sep 15 16:10:58 UTC 2004


Obviously, that should've been "self", not "myDictionary", as in:

includesAssociation: anAssociation
  ^ (self
      associationAt: anAssociation key
      ifAbsent: [ ^ false ]) value = anAssociation value





More information about the Squeak-dev mailing list