| Operation | Syntax | Description | Example |
|---|---|---|---|
| comment | // or /* comment */ | Usual comments syntax. Double slash specifies that no code to the right of it will be executed on that line. Slash + asterisk lets you comment out multiple lines at once. | [ a: @NERAddress ] // checks the existence of an address named entity on a token and assigns it to a new variable called a |
