Statements

<< Click to Display Table of Contents >>

Home  mIoTa BASIC > mIoTa BASIC Language Reference >

Statements

Statements define algorithmic actions within a program. Each statement must be terminated with a semicolon ';'.

 

In the absence of specific jump or selection statements, statements are executed sequentially in the order of appearance in the source code.

 

The most simple statements are assignments, subroutine calls and jump statements. These can be combined to form loops, branches and other structured statements.

 

 

Assignment Statements

 

Compound Statements (Blocks)

 

Conditional Statements

 

Iteration Statements (Loops)

 

Program Execution Transfer

 

Subroutines