← every case · 3000 · escapes and the closing quote
a raw string whose last byte is a backslash, written with the same symbol at both ends. A backtick string in Odin escapes nothing, so the second backtick closes it whatever precedes it
| 1 | codecodecodecodecode | package main |
| 2 | codecodecodecodecode | Separators :: `/\` |
| 3 | commentsextracommentscommentscomments | /* |
| 4 | commentscommentscommentscommentscomments | a block comment that must be seen |
| 5 | commentsextracommentscommentscomments | */ |
| 6 | commentscommentscommentscommentscomments | // a real comment |
stringcommentthe tag around another language
cloc --json cases/3000-escapes_and_the_closing_quote/3020-multiline_string_ending_in_backslash/input.odin
mezura cases/3000-escapes_and_the_closing_quote/3020-multiline_string_ending_in_backslash/input.odin --output json --hide timing --counting content
mezura cases/3000-escapes_and_the_closing_quote/3020-multiline_string_ending_in_backslash/input.odin --output json --hide timing --counting region
scc --format json cases/3000-escapes_and_the_closing_quote/3020-multiline_string_ending_in_backslash/input.odin
tokei --output json cases/3000-escapes_and_the_closing_quote/3020-multiline_string_ending_in_backslash/input.odin