Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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
languagenone
EntityType = Requirement OR EntityType = Script

See Also