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
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.