- Expr Version 0.55
- The arrays now redraw after a store into one of their members
- The "if()" function is reworked to only evaluate either the left or the right arg depending on the truth value of the condition.
However, if the condition is a vector, both the left and the right are evaluated regardless.
- The maximum number of inlet and outlets (MAX_VARS) is now set at 100
- The bug of using store "=" in functions with multiple arguments, which caused an error during execution, is fixed.