Anyone else facing issues writing comments ( // ) in Code Blocks?

Can’t figure out how to fix this, I tried isolating the comment from the code itself but it still doesn’t work. Can anyone help me?

Enter this as a note:

```
hello = true
// comment
```

hello = true
// comment
1 Like

It worked, thanks!