Structured Programming
en-938872/2 1 - 1
1
1 Structured Programming
1.1 General 1 - 3
1.1.1 Commands Used in Structured Sequences 1 - 3
1.1.2 General Syntax Rules 1 - 3
1.1.3 Nesting and Branches 1 - 5
1.2 Structured Programming Commands 1 - 6
1.2.1 Condition Graph 1 - 6
1.2.2 Instruction Execution Conditions 1 - 7
1.2.3 REPEAT UNTIL Loops 1 - 8
1.2.4 WHILE Loops 1 - 9
1.2.5 Loops with Control Variable 1 - 10
1.2.6 Exiting the Loop 1 - 12
1.3 Example of Structured Programming 1 - 13