## 🐞Bug Report ### Bug Description Got this ``` LIVED CONDITIONALS_NEGATION at vm/vm.go:271:12 ``` <!-- A clear and concise description of what the bug is. --> ### To Reproduce Steps to reproduce the behavior: Run in https://github.com/expr-lang/expr But at vm.go:271: ```diff - if size <= 0 { + if !(size <= 0) { size = 0 } ``` This change causes errors in tests.