+ 1
Multi line and Single line Comments
Can't we do the work of multi line comments with single line comments and whats the difference between them?
2 Respuestas
+ 3
We can like that :
// hey, there is one, ..
// ... then two ...
// ... then three comments !
For long comments, using /**/ is clearer and easier to use for me
+ 1
Okk thnx