it is because at: is in fact occurrencesOf: 

S

> On 23 Oct 2022, at 11:26, stephane ducasse <stephane.duca...@inria.fr> wrote:
> 
> Hi 
> 
> I wonder why I cannot get values of a entry using at:
> 
> | aBag |
> aBag := Bag new.
> aBag addAll: ‘aabbbacaccca’.
> aBag at: $a 
>>>> 5
> 
> I have the impression that this is because Bag API never got the correct 
> amount of love
> but may be I’m wrong. 
> 
> What is your opinion?
> 
> S

Reply via email to