2025-05-06 11:02:55 +12:00
|
|
|
---
|
2025-05-11 19:32:33 +12:00
|
|
|
title: "KCL Language Reference"
|
2025-05-06 11:02:55 +12:00
|
|
|
excerpt: "Documentation of the KCL language for the Zoo Design Studio."
|
|
|
|
layout: manual
|
|
|
|
---
|
|
|
|
|
2025-05-11 19:32:33 +12:00
|
|
|
This is a reference for KCL. If you are learning KCL, you may prefer the [guide]() which explains
|
|
|
|
things in a more tutorial fashion.
|
|
|
|
|
2025-05-06 11:02:55 +12:00
|
|
|
## Topics
|
|
|
|
|
2025-05-11 19:32:33 +12:00
|
|
|
* [Pipelines](/docs/kcl-lang/pipelines)
|
|
|
|
* [Arithmetic and logic](/docs/kcl-lang/arithmetic)
|
|
|
|
* [Values and types](/docs/kcl-lang/types)
|
|
|
|
* [Numeric types and units](/docs/kcl-lang/numeric)
|
|
|
|
* [Functions](/docs/kcl-lang/functions)
|
|
|
|
* [Projects, modules, and imports](/docs/kcl-lang/modules)
|
|
|
|
* [Attributes](/docs/kcl-lang/attributes)
|
|
|
|
* [Settings](/docs/kcl-lang/settings)
|
|
|
|
* [Known Issues](/docs/kcl-lang/known-issues)
|