You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike the built-in `if` helper, `ifb` tries to parse string conditions as boolean values.
43
43
Moreover, if a string condition can be parsed as a number, its corresponding numerical value is evaluated as a boolean (0 is false, anything else is true).
@@ -124,7 +124,7 @@ Computes the result of an arithmetic operation.
0 commit comments