with: other count: testBlock �������������� |r| �������������� r := 0. �������������� self with: other do: [:x :y | ���������������������� (testBlock value: x value: y) ifTrue: [r := r + 1]]. �������������� ^r