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

7 lines
199 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07: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
*/