rulengine
rulengine copied to clipboard
ability to negate expression names
creditpay_consume_larger_than_90_percent_limit := $behavior.money > $behavior.user.limit * 0.9 && $behavior.type == "consume"
It would be useful the ability to negate expressions:
!creditpay_consume_larger_than_90_percent_limit -> pass
i can send a pull request if you accept