Closed poison closed 9 years ago
Made the RPN parser a bit more robust Added ability to use basic operators (+, -, *, /, %) on if statements eg. {{ IF _num % 4 == 3 }}{{ END }}
See tests for full examples
Made the RPN parser a bit more robust Added ability to use basic operators (+, -, *, /, %) on if statements eg. {{ IF _num % 4 == 3 }}
{{ END }}
See tests for full examples