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

  1. [* this is a sample bool source file.  it contains an error -- the expression
  2.  * following the operator '&' is missing.  it demonstrates the kind of error
  3.  * trapping that bool does.  you might want to try using the -DEBUG flag to
  4.  * see the equation that bool thought this was. ]
  5.  
  6. explode= this + !is &;
  7.