Fix #if Conditional Logix
Pre-release
Pre-release
Fixes #if
to support checking a value's truthiness like Leaf 3 did (#28, fixes #31).
- Fix null handling for conditionals
- Fix boolean reduction for future parameter lists with > 1 boolean values
- Restored and updated leaf3 "testStringIf" test
- Added tests for conditional and/or
This patch was authored by @b-straub and released by @tanner0101.