RosettaCodeData/Task/Comments/GML/comments-2.gml

7 lines
199 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
/* 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
*/