The typical Dictionary protocol is to return the added value rather than self. I suggest that Process>>#'environmentAt:put:' follow the same convention.
Dictionary new at: #'James' put: 1. "returns 1" Processor activeProcess environmentAt: #'James' put: 1. "returns aProcess" _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
