Previous Topic: Understanding Constructs

Next Topic: Conditional

Sequential

Sequential statements are the simplest of the constructs. They specify a list of actions or other constructs that are executed in the order in which they are written. The logic that you insert in a sequential statement is normally executed as a subroutine within the HLL program.

Sequential statements are denoted by brackets that enclose dotted lines.

.—

: ... : ... : ... ‘--