A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
1
Task/Comments/GML/comments-1.gml
Normal file
1
Task/Comments/GML/comments-1.gml
Normal file
|
|
@ -0,0 +1 @@
|
|||
// comment starts with "//" and continues to the end of the line
|
||||
6
Task/Comments/GML/comments-2.gml
Normal file
6
Task/Comments/GML/comments-2.gml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* 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
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue