FOR
From ASCEND
This article is incomplete or needs expanding. Please help out by adding your comments.
The FOR statement exists in two forms, declarative and procedural.
See also Arrays and sets.
[edit] Declarative FOR statement (FOR..CREATE)
This is used to declare a number of equations or variables in your model.
[edit] Procedurual FOR statement (FOR..DO)
This is used to perform actions on your model, such as FIXing variables, setting values, etc.

