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

Conditional Expression

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

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

Single-line If Expressions

Keyword then is often required in single-line if-expressions:

last changed: 2026-02-20