operator

operator

(op' ur A' tur) n.

1. a token that indicates a mathematical or other action to be taken on one or more adjoining values. Most operators are written as symbols.

These are examples of SAS operators:

Operator Action
+ Addition
- Subtraction
|| Concatenation
* Multiplication
/ Division
= Equals (comparison)
<= Less than or equal to (comparison)
OR Logical or

An operator typically differs from a function in two ways. An operator is written next to the value or values it acts on. The values a function uses are written as arguments; they are listed in parentheses after the function name. An operator is implemented as an integral part of the programming language. A function is a separate routine that is added to the programming language.

2. a person using a computer.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 3.0 License