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

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.