Skip to content

R0.3.2

Compare
Choose a tag to compare
@mcb64 mcb64 released this 06 Mar 17:43
· 47 commits to master since this release

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.