Infix Operator: OR
Description
The OR operator can be used to combine one or more terminal expressions.
Examples
Entity type is either requirement OR a scritpt:
Code Block | ||
---|---|---|
| ||
EntityType = Requirement OR EntityType = Script |
The OR operator can be used to combine one or more terminal expressions.
Entity type is either requirement OR a scritpt:
Code Block | ||
---|---|---|
| ||
EntityType = Requirement OR EntityType = Script |