|
|
||||||||||||||||||||
The Art of Mathematics |
Help 3.1.5/* */ and // comments1. FunctionUse comments to insert explanation into calculation or temporary exclude expressions from evaluation. As well comments could be helpful when looking for errors in expressions. 2. How to useTo comment the text block put /* at the beginning of the block and */ at the end of it:
To comment the single line or the rest of it put // in front: |
|
|||||||||||||||||||
|