Logical Operators for Signals/Rules
dysonance opened this issue · 1 comments
dysonance commented
Add the ability to define a signal or rule with logical operators. For example:
siglong = @signal MAMA ↑ FAMA || MAMA == FAMA
gruberdev commented
Ths functionality difers from:
siglong = @signal MAMA ↑ FAMA
how?
I was almost sure there were signals implemented as logical operators, but I never tested them to be sure.