rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

New case selector for Calc that matches a value inside a range #588

Closed rlwhitcomb closed 1 year ago

rlwhitcomb commented 1 year ago

I want to select a block if the value is > 0.10 and < 0.20. There is no way to do that currently. It could be an extension of "compareOp expr" like this: compareOp expr '&&' compareOp expr

rlwhitcomb commented 1 year ago

Leaving version number, version reference, extensive tests (with canon changes) , and updates to help page to finish.