---
title: "13.1 Scripts"
canonical: "https://manual.cimon.com/space/CCANVAS/4336975873/13.1%20Scripts"
format: markdown
---
Within scripts, users can declare variables, read and write to tags, call other scripts, etc.

Scripts also allow keywords for control flow such as switch-case, for, while, and if-else. See the [Keywords, Statements, and Control Flow](https://cimon.atlassian.net/wiki/spaces/CCANVAS/pages/4337401857) section for details.

Scripts also provide a set of built-in functions for working with tags and other features. See the [Internal Functions](https://cimon.atlassian.net/wiki/spaces/CCANVAS/pages/4341858305) section for details.

> Macro (children)