Skip to main content

Control Flow

Work in Progress

This page is under construction. Content coming soon!

Overview

This section will cover control flow constructs in Zith.

Topics to Cover

  • If expressions
  • Loops (for, while)
  • Pattern matching
  • Early returns

Related: Syntax Basics | Functions