In this release:
- Text parameters are supported: a big set of text functions, such as FIND, LEN, UPPER and LOWER is added. String concatenation operator “&” is added;
- Boolean values are supported: if Math finds “TRUE” or “FALSE” values in the parameters, it works with them as with Boolean values. Logical functions return Boolean values, not 1 or 0;
- Logical function set is extended: SWITCH, TRUE, FALSE functions are added.