Table 2.
Syntax accepted by the package to describe conditions
| Condition symbol | Meaning |
|---|---|
| = | Equal to (value) |
| != | Not equal to |
| < | Smaller than |
| <= OR ≤ | Smaller than or equal to |
| > | Larger than |
| >= OR ≥ | Larger than or equal to |
Syntax accepted by the package to describe conditions
| Condition symbol | Meaning |
|---|---|
| = | Equal to (value) |
| != | Not equal to |
| < | Smaller than |
| <= OR ≤ | Smaller than or equal to |
| > | Larger than |
| >= OR ≥ | Larger than or equal to |