Blocks and Statements

Prev Next

Language Pyramid Context

Programs

Introduction

All B4P programs contain one or more of the following:

  • Statements which are standalone instructions in programming
  • Blocks are lexical structures where multiple statements are grouped together. For example a single block with all statements inside is executed after if statements and inside loops.

Syntax Scheme of Blocks and Statements


B4P Top Level

See also

Blocks
Statements
Programs