Context: a FEEL context literal; the expression sees its entries as variables
FEEL vs B-FEEL: every difference, engine-verified
B-FEEL is the business-friendly dialect of FEEL, defined in chapter 11 of the
OMG DMN specification.
Where standard FEEL propagates null through type errors, B-FEEL substitutes type defaults
(0 for numbers, the empty string, false, the empty list) and coerces mixed-type arithmetic, so a single
missing value does not collapse a whole decision to null.
Every row below was computed by evaluating the expression in both dialects with the same engine that
powers the free online FEEL evaluator. Use its FEEL / B-FEEL toggle to reproduce any of them.