Skip to content
Prev 41835 / 63424 Next

round() ignores missing arguments if it is used inside another function where some arguments are missing.

On Fri, Nov 18, 2011 at 5:10 PM, Gavin Simpson <gavin.simpson at ucl.ac.uk> wrote:
So if I understand it right, the y argument is not evaluated in the
fun2 function but deeper in the C code. that explains the lack of the
error message, thanks! I keep on learning every day.
Cheers

Joris