Page 124, Table 55, Grammar Rule 49.c in the Decision Model and Notation, v1.3 spec has a description that is cut off. What are the semantics of this use of the "in" operator?
Grammar Rule: 49.c
Feel Syntax: e1 in e2
Equivalent FEEL Syntax: { ? : e1, r : e2 }.r
applicability: e2 is a boolean expression that uses the special
The cell in the chart for "applicability" got cut off, so I have no idea what it is talking about, and can't find text outside of the chart that describes it either.
What is the missing text and what does it mean?
I am writing a FEEL Language compiler, so I need to understand all the semantics.