home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume13
/
bool-eval
/
sample1.b
< prev
next >
Wrap
Text File
|
1988-01-31
|
358b
|
12 lines
[* this is a bool sample source file. it's really simple but it shows
* the format of a bool source file and shows how the different types
* of comment delimiters can be used. ]
test= a + b * !c; [ first equation ]
{ we decided we didn't like this equation:
missing= a ^ b; [ equation that we are taking out ]
}
test2 = a | c; [ second equation ]