short circuit operator

English edit

Alternative forms edit

Noun edit

short circuit operator (plural short circuit operators)

  1. (computing) A logical operator that returns a value as soon as the outcome is certain, without necessarily testing all operands (for example, an OR operator returning true if the first operand evaluates as true, without evaluating the second operand).