Iteration Statements (Loops)

<< Click to Display Table of Contents >>

Home  mIoTa BASIC > mIoTa BASIC Language Reference > Statements >

Iteration Statements (Loops)

Iteration statements let you loop a set of statements.

 

There are three forms of iteration statements in mIoTa BASIC ..

 

FOR - NEXT Statements

 

WHILE - WEND Statements

 

REPEAT - UNTIL Statements