Re: [Pharo-users] is this better regarding naming thigs

2020-01-05 Thread Santiago Dandois
executed. You should really try both versions with the debugger to see it by yourself. Cheers, Santiago Dandois El dom., 5 ene. 2020 a las 19:53, xap () escribió: > thx Rixhard. looks like or: takes an 'alternativeBlock', i.e. a block. > however substituting a parenthesized expression

Re: [Pharo-users] Prof Stef questions

2020-01-05 Thread Santiago Dandois
Hi, I haven't run your code, but I guess that the validation of the number of arguments of the block is failing. The block [ 42 ] is a block with zero arguments, but when you do a value: 20, you are calling it with one argument. So it fails. Happy Coding! Santiago Dandois El dom., 5 ene.