+ 1
What is the differences between single line comments and multi line comments ?
3 ответов
+ 5
Single line comments tells the compiler/interpreter to ignore the commented line, where multi line comments tells the compiler/interpreter to ignore whatever is wrapped between the comment begin/end marks even though it spreads in multiple lines.
Hth, cmiiw
+ 4
You're welcome, I'm glad if it helps : )
+ 1
Thank you :))