home *** CD-ROM | disk | FTP | other *** search
- [* 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 ]
-