basic.operators Relational Operator/BASIC Program
basic.operators
| Command | basic.operators Relational Operator/BASIC Program Applicable release versions: AP, R83 |
|---|---|
| Category | BASIC Program (486) |
| Description | Operators are reserved characters (and combinations of adjacent characters): * ! & = # - + / ^ < > [ ] ( ) and may be referenced individually by their respective symbol. Expressions are formed by combining operators with other expressions. When an expression is encountered as part of a Pick/BASIC program statement, it is evaluated by performing the operations specified by each of the operators on the adjacent operands. Each operator has a precedence rating and, in any given expression, the highest precedence operation is performed first. (0 is the highest precedence and 8 is the lowest). If there are two or more operators with the same precedence or if an operator appears more than once, the leftmost operation is performed first. |
| Syntax | |
| Options | |
| Example | |
| Purpose | |
| Related |
basic.> basic.^ basic.special.characters basic. basic.arithmetic.expressions basic.precedence basic.precision basic.lt basic.< basic.= basic.exp basic.- basic.= basic.*= basic.+= basic.-= basic./= basic.le basic.! basic.+ basic., basic.*.comment basic.*.multiply |
