emqx/apps/emqx_rule_engine/include
Kjell Winblad cf31b65076 fix: rule engine different behavior for div and mod
Previously, the div operation could only be used as an infix operation
while mod could only be used as a function call. After this commit, one
can use both div and mod using function call syntax and infix syntax.

Fixes: https://emqx.atlassian.net/browse/EMQX-10216
2023-06-12 17:20:52 +02:00
..
rule_engine.hrl fix: rule engine different behavior for div and mod 2023-06-12 17:20:52 +02:00