update docs (#2933)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-07-05 10:44:29 -07:00
committed by GitHub
parent 0e8d0083c4
commit fe28527ef9

View File

@ -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).