Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Tutorial 2. Control structures

Adrodoc55 edited this page Feb 12, 2017 · 6 revisions

Control structures are the basic decision-making process in computing. They are used to change the flow of a program based on conditions.

MPL supports the following control structures:

Let's take a look at Tutorial 2.1. If and else.