Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can create comments that span several lines by using the comment operators /* (to open a comment block) and */ (to close the block). Any number of lines can come between the Comment operators. The compiler will ignore all text between the multi-line Comment operators.

Example

 

Code Block
/* program FIELD.REPORT
  author:  John Doe
  date:   01/01/89 */
! data (shelf #, type, title, composer, artist)
 
/* All the elements of CUST (I) from 1 to the highest key are written to the output file. */
If C = " " Then Go 3 Else Go 5; * test for spaces