Hi,
8. 1. 2016 v 17:11, Tudor Girba <tudor@tudorgirba.com>:
> Hi,
>
> Denis says that right now, to use ifError: you do:
>
> [...] ifError: [:msg :rcv | ��� ]
>
> and he would like to write this:
>
> [...] ifError: [:error | ��� ]
But for this we have on:do: message, right?
Do we need ifError:?
sum := 0.
#(1 asd 4534 5423 sdfs) do: [:each | [sum := sum + each] ifError: []]��