Flow of Control and Looping

Loops are used to perform the same set of statements multiple times.

The OpenMatrix Language supports two types of loops: for and while.

Flow of control controls which statements are executed. OML supports four types of flow of control: break, if, switch, and try/catch.