operator

A symbol or keyword built into a language that returns a value from the values of its operand(s). Operators can generate a value from a single value (unary operators) or from two values (binary operators).

See also arithmetic operators, assign, associativity, binary operator, Boolean operator, built-in operator, operand, precedence, relational operators, string operators, unary operators.