Statements
BI# supports a basic set of statements.
Only function definitions may be specified on a program's top level. You must place all other statements in a function and you must separate them by a semicolon (;
).
In addition, you can aggregate several statements in a block. Blocks start with an open curly bracket {
and they end with a closed curly bracket }
.