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.
  • Blocks are lexical structures where multiple statements grouped together using braces { ... }.

Syntax Scheme of Blocks and Statements


B4P Top Level

See also

Blocks
Statements
Programs