Getting started
Start with a working program, then learn the rules that make larger Cloth programs readable.
- Hello World creates a project and runs it.
- Language basics introduces variables, functions, arrays, and loops.
- Working with types adds a class, an import, and a nullable value.
These tutorials assume the toolchain is installed and
clothc and shuttle are available in your terminal. You do not need a standard
library for these programs: string, arrays, and println are built into Cloth.