Using Comments

   Print  Previous  Next

During your study of this manual, surely you have encountered source code examples with text that is not part of the actual script. These so-called comments are a help for the programmer and other users of the script. Comments are used for a better readability and understandability of the source code.

There are two different kinds of comments in MADRIX Script:
 

Single line comments are induced with "//" and they end at the end of the line.

//This is a comment about a single line

//This is the next line

 

 

Multi-line comments are started with "/*" and they end with "*/".

/* a comment starts here

       

*/ the comment ends here

 

 

 

MADRIX Version: 3.6j | Script Version: 2.22
[Ctrl & +/-] = Zoom In/Out | [Ctrl & 0] = 100%
Print   Previous   Next