home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume13 / bool-eval / sample1.b < prev    next >
Text File  |  1988-01-31  |  358b  |  12 lines

  1. [* this is a bool sample source file.  it's really simple but it shows
  2.  * the format of a bool source file and shows how the different types
  3.  * of comment delimiters can be used. ]
  4.  
  5. test= a + b * !c; [ first equation ]
  6.  
  7. { we decided we didn't like this equation:
  8. missing= a ^ b;   [ equation that we are taking out ]
  9. }
  10.  
  11. test2 = a | c;    [ second equation ]
  12.