The Language

Prev Next

Overview

The B4P language is designed to solve problems with as few clearly understandable statements as possible, allowing to keep the number of statements, variables and loops as low as possible.

B4P Language Pyramid
We will elaborate the pyramid from the bottom up

  • Continue at the bottom level beginning how to formulate numbers and text, followed by basic data types (e.g. numerals, strings)
  • Address the main object types variables and tables
  • Covering the remaining middle layers language features.
  • And concluding at the top to explain the blocks and statements