home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume13 / bool-eval / sample2.b < prev    next >
Encoding:
Text File  |  1988-01-31  |  147 b   |  5 lines

  1. [* this is a sample bool source file.  it demonstrates precedence forcing. ]
  2.  
  3. foo   = this & !is | (a + little) ^ test;
  4. fubar = little | test ^ 1;
  5.