Language Guide
This guide covers the core features of the Quartz programming language. Whether you're a beginner or an experienced developer, you'll find everything you need to know about Quartz here.
Chapters
Syntax Overview
A quick look at the familiar C-like syntax of Quartz.
Types & Variables
Learn about the static type system, arrays, and dictionaries.
Control Flow
Conditionals, loops, and branching logic.
Functions
Defining functions, parameters, return values, and closures.
Classes & OOP
Object-oriented programming in Quartz: classes, inheritance, and methods.
Exception Handling
Handling errors gracefully with try-catch-finally blocks.