Sequential Statements

Introduction

Sequential Statements

Notes

All statements in processes or subprograms are processed sequentially, i.e. one after another.

Like in ordinary programming languages there exists a variety of constructs to control the flow of execution. The if clause is probably the most obvious and most frequently used.