0
How to end single line comments?
hey
4 odpowiedzi
+ 3
//This is a comment
+ 1
you dont end a single line comment with anything only multiple lines.
// single line comment
/*multiple line comment
multiple line comment*/
0
idk
0
end of the line ends the single line comments.
If you are seeking other ways to end, you can always use block comments.