

# Comments
<a name="ecma-comments"></a>

You can add comments in Amazon Lex V2. This example shows the syntax that can be used in SRGS expressions.

```
// Single Line Comments
"// <comment>"

// Multineline comments
/**
<comment>
**/
```