Index..Do

Revision as of 18:59, 7 March 2007 by Lchrisman (talk | contribs)

Template: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

Comments


You are not allowed to post comments.