An expression applies relational operators to simple expressions. Simple expressions are a series of terms (what a term is, is explained below), joined by adding operators.
_________________________________________________________________________________________________________
Expressions
___________________________________________________________________
The following are valid expressions:
GraphResult<>grError (DoItToday=Yes) and (DoItTomorrow=No); Day in Weekend |
A + B -Pi ToBe or NotToBe |
_________________________________________________________________________________________________________
Terms
___________________________________________________________________
Here are some valid terms:
2 * Pi A Div B (DoItToday=Yes) and (DoItTomorrow=No); |
_________________________________________________________________________________________________________
Factors
___________________________________________________________________