Support for Arrays and multiple number of function parameters
- Full support for arrays in expressions ([3,7,13] or array(2,4,8))
- Support for arrays as parameters to functions like min and max
- Support for variable number of function parameters
Thanks to @fatihkizmaz Fatih Kızmaz for this release.