Difference between revisions of "Index..Do"
(Added See Also) |
|||
Line 1: | Line 1: | ||
[[category:Evaluation Functions]] | [[category:Evaluation Functions]] | ||
{{stub}} | {{stub}} | ||
+ | |||
+ | = Syntax Variations = | ||
+ | |||
+ | Index I := seqExpr Do bodyExpr | ||
+ | or | ||
+ | Index I := seqExpr; | ||
+ | expr; | ||
+ | expr; | ||
+ | ... | ||
+ | |||
+ | To control the index name, separate from the local variable name: | ||
+ | Index I / nameExpr := seqExpr Do bodyExpr | ||
= See Also = | = See Also = |
Revision as of 18:59, 7 March 2007
Syntax Variations
Index I := seqExpr Do bodyExpr
or
Index I := seqExpr; expr; expr; ...
To control the index name, separate from the local variable name:
Index I / nameExpr := seqExpr Do bodyExpr
See Also
Comments
Enable comment auto-refresher