Skip to main content
Version: v1.16

Explain

With Explain, get a step-by-step breakdown of your expressions' evaluation process. It's like having a guide by your side, making complex expressions easier to understand and debug.

Example Usage:

foo < 0 or (bar > 10 and baz == 5) or (qux <= 1 and quux >= 10 and corge > 0.5)
1 < 0 or (99 > 10 and 50 == 5) or (25 <= 1 and 10 >= 10 and 5 > 0.5)
false or (true and false) or (false and true and true)
false or false or (false and true)
false or false
false

Purchase Expr Pro

Purchase Expr Pro package to get access to all features and optimizations.

Purchase →