i will like to combine the Math library with the Rule library is this possible? Something like a `if ` function `5+3+if(3 > 4, 3,4) +1 ` or a ternary operator `5+3+4>4?3:4+1`
i will like to combine the Math library with the Rule library is this possible?
Something like a
iffunction5+3+if(3 > 4, 3,4) +1or a ternary operator
5+3+4>4?3:4+1