for statement



next up previous
Next: restore statement Up: Miscellanous Statements Previous: Comments

for statement

This also follows the Modula-III scheme. The syntax is

for (<id> = <low> to <up> [<by> <int>]) begin <statement-list> end



Joydip Kundu