To work with FOR … TO statements
Description:
The FOR statement is a looping construct designed specifically for count-controlled loops.
Declaration:
FOR variable identifier:= Expressionl TO Expression2 DO
Statement 1;
Statement 2;
To work with FOR … TO statements
Description:
The FOR statement is a looping construct designed specifically for count-controlled loops.
Declaration:
FOR variable identifier:= Expressionl TO Expression2 DO
Statement 1;
Statement 2;
No comments:
Post a Comment