Next: The matches Condition (Regular
Up: Conditions
Previous: The Operators ``'' and
  Contents
The operator `` in'' can be only used in the following ways:
- The condition `` symbol in record'' holds iff
record contains an attribute named symbol.
- The condition `` value in list'' holds iff
value is an element of list.
Bjoern Beutel