home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / SYMBMATH.H10 < prev    next >
Text File  |  1993-11-07  |  488b  |  13 lines

  1.                 3.3.1  Comment Statements
  2.  
  3.     # is the comment statement sign.
  4.     You can add comments into a line, or even produce a single 
  5. line which is entirely a comment, by preceding the comment sign with #.
  6.     For example:
  7.            # This is my program
  8.            3 + 4    # My first calculation
  9.  
  10. Comments make your calculations more understandable, whether you
  11. are making a printed record of what you are doing or if you just
  12. want to jot some notes to yourself while you are working.
  13.