comments
Single line / trailing comments
Denoted by //
.
Docstrings
We have no special syntax for docstrings. Instead, we use comments.
Eventually, we’ll support a ///
syntax for docstrings which will
also be used for generating documentation in baml_client
.
Comments in block strings
See Block Strings for more information.