Nov. 20, 2014
1:08 p.m.
no idea⦠but in a philosophical point of view, the fact that you have an accessor doesnât means that you should have a mutator ;) Esteban
On 20 Nov 2014, at 13:51, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
Hi,
Is there any reason why we donât have this method
Message>>#arguments: anArray args := anArray
We already have the read accessor. There is also a write accessor for single argument messages.
Any hint?
Noury