next up previous contents
Next: The matches Condition (Regular Up: Conditions Previous: The Operators ``'' and   Contents

The Operator ``in''

The operator ``in'' can be only used in the following ways:

  1. The condition ``symbol in record'' holds iff record contains an attribute named symbol.
  2. The condition ``value in list'' holds iff value is an element of list.



Bjoern Beutel