[Next] [Up] [Previous]

The OVER Statement

The OVER statement has the form

       OVER var=expression,sequence

and sets var to each possible value of expression, if expression is of type PATH, or to each member of expression, if expression is of type SET, and executes sequence once for each value to which var is set.

Recommended @-comments, if used:

       OVER var @FROM= expression @DO, sequence

also usable as &'...' substitutes.


[Next] [Up] [Previous]