RosettaCodeData/Task/Comments/GML/comments-2.gml
2023-07-01 13:44:08 -04:00

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
*/