next up previous contents
Next: 3.1.4 Environment Variables Up: 3.1 Basic Facilities Previous: 3.1.2 MDL Files


3.1.3 Comments

Analogously to C++ two different types of comments, single line and multiple line comments can be used to increase the readability of MDL files:

\includegraphics[width=0.6cm]{figures/exaLeft.eps}

// A single line comment
/* This is the first line of another comment.
   And this is the second line. */

Example 3.1: MDL comments



Robert Mlekus
1999-11-14