6 lines
199 B
Text
6 lines
199 B
Text
/* a multi-line comment starts with slash-asterisk and,
|
|
ends with asterisk-slash.
|
|
also note:
|
|
* A multi-line comment is ignored inside a string
|
|
* A multi-line comment can be ended inside a line
|
|
*/
|