---
order: 2
---

# Comment

Same as in many common languages, comments are denoted by `//`.

```nv
// Here is a line comment

let a = 1; // Here is a comment after a statement
```
