Open
Description
Is your feature request related to a problem? Please describe.
This feature request is related to a use case. I need to implement price calculation depending on some variables. A price can be obtained through various formula. Each formula has a condition of application (e.g a+b+c > 200 then use formula 1 - I need to be able to evaluate the formula a+b+c > 200)
Describe the solution you'd like
Take the comparison operators into account.
Describe alternatives you've considered
N/A
Additional context
N/A.