Language Pyramid Context

Introduction
All B4P programs contain one or more of the following:
- Statements which are standalone instructions.
- Blocks are lexical structures where multiple statements grouped together using braces { ... }.
Syntax Scheme of Blocks and Statements

See also
Blocks
Statements
Programs