+ 2
Whats a multi-line comment?
6 ответов
+ 10
/*
A
comment
that
can
span
multiple
lines
*/
+ 8
It is a comment that spans more than one line.
//single line comment
/*
multi-
line-
comment
*/
+ 8
It is a comment that spans more than one line.
//single line comment
/*
multi-
line-
comment
*/
+ 5
that means you can type comment as many line as you want, as long it still inside..
+ 4
a comment thats doesn't end in one line