Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 447 Bytes

File metadata and controls

5 lines (3 loc) · 447 Bytes

Control Statement {#control-statement}

A control statement is one that changes the sequence in which statements and/or functions are executed, by injecting a condition for selection or repetition.

There are 8 control statements in Mobius: If, Elif, Else, For, While, Break, Continue and Terminate.