16 Short-circuit Boolean Operators
perators evaluate left-to-right. Operands are only evaluated if necessary, stopping once overall truth value can be determined. Non-scalar operands are converted to scalars with all.
| octave | description |
|---|---|
x && y |
logical AND |
x || y |
logical OR |