Topics in LRM Clause 5.2 are discussed in the following sections of Ada 95 Problem Solving and Program Design:
Section 2.7: Control Structures: Assignment Statements (assign)
LRM Clause 5.3
Topics in LRM Clause 5.3 are discussed in the following sections of Ada 95 Problem Solving and Program Design:
Section 4.1: Control Structures: Boolean Expressions and the IF Statemen (iftwo)
Section 4.1: Control Structures: Boolean Expressions and the IF Statemen (ifone)
Section 4.5: Control Structures: The Multiple-Alternative IF Statement (ifmulti)
LRM Clause 5.4
Topics in LRM Clause 5.4 are discussed in the following sections of Ada 95 Problem Solving and Program Design:
Section 7.6: Control Structures: The CASE Statement (case)
LRM Clause 5.5
Topics in LRM Clause 5.5 are discussed in the following sections of Ada 95 Problem Solving and Program Design:
Section 5.1: Control Structures: Counting Loops and the FOR Statement (forloop)
Section 5.6: Data Structures: Subtypes of Scalar Types (forlooptype)
Section 6.1:Control Structures: the WHILE Statement (while)
LRM Clause 5.7
Topics in LRM Clause 5.7 are discussed in the following sections of Ada 95 Problem Solving and Program Design:
Section 6.4: Control Structures: the General LOOP and EXIT Statements (exit)