diff --git a/docs/kcl/types.md b/docs/kcl/types.md index 32a1a1a80..b1ed34c88 100644 --- a/docs/kcl/types.md +++ b/docs/kcl/types.md @@ -74,6 +74,10 @@ You can nest expressions in parenthesis as well: let myMathExpression = 3 + (1 * 2 / (3 - 7)) ``` +## Tag Declaration and Tag Identifiers + +The syntax for tags is now `$myTag` to declare a tag and `myTag` to then use it later. + Please if you find any issues using any of the above expressions or syntax please file an issue with the `ast` label on the [modeling-app repo](https://github.com/KittyCAD/modeling-app/issues/new).