R0.3.2
Minor changes to conditionals:
- Added "X if COND else Y" to CALC expressions.
- "$$IF(X,Y,Z)" will do an extra evaluation of X if it includes "$$", so expressions like "SCAN$$INDEX" will test the values of SCAN0, SCAN1, etc.
- Added "$$IFCALC{expr} XXX $$ELSE(CALC) YYY $$ENDIF(CALC)" construction which evaluates an expression and tests for non-zero/zero values.
This should have been a PR, but I'm an idiot and didn't clone my repo, I cloned the main one. Bah.