for (setup ; condition ; iteration) statement
An iteration setup, usually a variable with an initial value.
The condition to test.
Any Gamma expression, usually used to increment the variable in setup.
Any Gamma statement.
This statement is essentially identical to a for loop in C, and the syntax is the same. It checks a condition iteratively, and executes a statement when the condition is true.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.