Allow operations or numbers on both sides of rules
Is there a reason we can't have operations or numbers on both sides of a rule?
Sometimes it would be nice 2 expressions or even a number on one side and an expression on the other. For example:
if attribB%10 = 0
If I want to do this, I need to make a new attribute that's always set to zero and set it as the attribute on the left so I can have the expression on the right.
Sometimes it would be nice 2 expressions or even a number on one side and an expression on the other. For example:
if attribB%10 = 0
If I want to do this, I need to make a new attribute that's always set to zero and set it as the attribute on the left so I can have the expression on the right.