Definitions for "Operator" Add To Word List
Login or Register  | Word Lists | Search History

In BASIC, any one of the 46 tokens that in some way move or modify the values that follow them.
Helpful?           0
a token that implies an operation on data
Helpful?           0
a token that specifies an operation on at least one operand , and yields some result (a value, designator, side effect, or some combination)
Helpful?           0
(n.) a lexical token that specified an operation.
Helpful?           0
In the C, COBOL, and REXX languages, a token that specifies the type of action to be done on one or more terms. The four types of operators are concatenation, arithmetic, comparison, and logical.
Helpful?           0
A kind of token, mostly used for arithmetic, relational, logical, or textual operations (operating on primtive types or references -but not on the state of the objects that they refer to).
Helpful?           0
token that has a special meaning to the compiler. Operators are the verbs of C, and they act on the other tokens around them.
Helpful?           0