Home | History | Annotate | Download | only in tutorial

Lines Matching full:logical

15 doesn't have many useful operators (like division, logical negation, or
55 # Logical unary not.
66 # Binary "logical or", (note that it does not "short circuit")
430 # Logical unary not.
445 # Binary logical or, which does not short circuit.
454 # Binary logical and, which does not short circuit.