Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lex.ll: Accept block comments at the command prompt (bug #64903)
* lex.ll: Previously, the end of a block comment was also treated as the end of a statement, which prevented loops with block comments inside from being copy-pasted at the command prompt. This patch accepts block comments without ending the statement.
- Loading branch information