Comments

Multiline comments (/* ... */) are supported. A single-line comment begins with a pair of forward slashes(//).

Note that DBCS characters are not supported as comment.

Example

Sphere1 isa Sphere // Creates a sphere
        {
            // Valuates the Radius property
            Radius = 15.0 ;
        }