
Line 1: StartCommand for EndCommand open parenthesis StartCommand let EndCommand i equals 0 semicolon i less than 10 semicolon i increment close parenthesis open curly brace. StartCommand let EndCommand i equals 0 is labeled initialization, i less than 10 is labeled condition, and i increment is labeled post-loop operation. Line 2: forward slash forward slash do something with i. Line 3: forward slash forward slash ellipsis. Line 4: close curly brace.
Back