Skip to content

Control Flow

Jacopo De Luca edited this page Feb 15, 2021 · 10 revisions

Argon provides a variety of control flow statements. These include C-style for, for-in and loop loops to perform task multiple times, if and switch statements to execute different branches of code based on certain conditions. Statements like break and continue to transfer the flow of execution to another point in the code.

Clone this wiki locally