Language - Statement (Minimal unit of execution)
Table of Contents
1 - About
A statement is the minimal unit of execution of a language.
A statement is composed of:
- and/or control flow
A statement can be contained in a block.
Generally, a punctuation called a statement separator makes obvious where one statement ends and another begins.
2 - Articles Related
3 - Property
3.1 - Name / Label
A statement can have a label. See Language - Name (Program Entity)