next up previous contents
Next: Strings Up: Compound statements Previous: Goto   Contents

Comments

Comments can be C-style, enclosed in /* ... */ (but remember that these are not allowed to be nested, as in C).

Another possibility is a single line comment starting with // -- the rest of the line after // is treated as a comment and ignored. See examples above in the ``labelled break'' explanation.



Madhavan Mukund 2004-04-29