Oct. 23, 2022
9:27 a.m.
it is because at: is in fact occurrencesOf: S
On 23 Oct 2022, at 11:26, stephane ducasse <stephane.ducasse@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