Fuzion Logo
flang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Conditional Statement

The if statement provides a simple control flow mechanism to chose between two branches. Its use is straightforward:

A conditional statement can form the else clause of a previous conditional statement: