Currently some functions check that the parameter are in an defined range:
- log does not allow/ignore more than one parameter and throw an error.
-
, <, <= , >= expect 2 or 3 parameter but ignore if there are more parameters given but throw an error on less than two.
I would expect that all functions throw an error if less than expected or more than expected throw an error.
Currently some functions check that the parameter are in an defined range: