blob: 36027da93cb6dc7eb642ceb97f29d7c5f1b9596e [file] [log] [blame]
40 columns |
>>> Line comment after value.
a = 1 // comment
;
<<<
### Weird, but users rarely write this.
a =
1 // comment
;
>>> Line comment after assignment and semicolon.
a = 1; // comment
<<<
a = 1; // comment