Iām wondering if this is possible or maybe something that can be considered on an update for RM.
I have several scenarios and comparisons which require to jump back and fort between several conditions. Right now, RM is linear in processing the instructions.
Is there a way to build a condition set, under a name that can be called out from the āmasterā rule?
My rules are extremely complex and long and itās difficult to follow a chain of conditions when the same thing repeats itself under a different step.
Iām thinking something like this
If a is true
FUNCTION1
If b is true
FUNCTION2
If c is true and var is 0
FUNCTION1
End if
and then somewhere within, one defines said functions
Iām currently McGyver-ing it with another rule per āfunctionā but that adds clutter.
Is there a more elegant way to achieve that?