Go to the first, previous, next, last section, table of contents.


The Boolean convention

For simplicity I only have one data type in this language, and that is 'double'. I define in this language strictly positive values to be true, and non-positive values to be false. All logical and relational operators set the result to 1.0 for true and -1.0 for false.

Input/output file format.

All input and output data is in Comma and Quote delimeter format. The first line contains the variable names. (These names go directly into the rule based model as identifiers.) See See section A simple input file..


Go to the first, previous, next, last section, table of contents.