program operator
construct used in computer programming, often associated to a mathematical operation
conditional operator
ternary operator "x ? y : z" in many programming languages, whose value is y if x evaluates to true and z otherwise
comma operator
(C and C++ programming languages) binary operator that evaluates its first operand and discards the result, and then evaluates the second operand and returns this value (and type); represented by the token ,
Array slicing
operation on an array in computer science
logical operator
function that returns a logical value
safe navigation operator
boolean operator for safely navigating nested data structures where elements may or may not be null/not present
indexer
overloadable collection indexing operator
Perl operator
operator used in the Perl programming language
new
C++ programming language construct
Boolean operator
Used when searching to connect words together. The three basic boolean operators are: AND, OR, and NOT. They can help focus a search by connecting information
ternary operator
operator that takes three arguments; the arguments and result can be of different types
augmented assignment
a type of assignment operator where an operator takes a variable as one of its arguments and then assigns the result back to the same variable
double colon
symbol used in programming languages and in verbal logic
epsilon calculus
logical calculus with a primitive symbol that denotes an arbitrary value satisfying a given predicate or, if no such value exists, another arbitrary value