Comments don't break other keywords
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
I believe the second line should cause an error, or at least just write "VAR bb = 6" into the output stream (if we don't use the "bb" variable below): most other programming languages don't allow breaking keywords, functions, variables names and etc...
```
VAR a = 5 /* Comment here */
VA/* And comment here */R b/* Why not here? */b = 6
Both lines are valid: a={a},bb={bb}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.