one fable-low hijack cell
pair octave / sas
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked octave (first-offered)
· classifierA
· tiernone
response (200 chars)
Your query could mean a couple of things — here's both:
## The `||` Operator
**GNU Octave:**
- `||` is the **short-circuit logical OR** (scalar only)
- `|` is element-wise OR for arrays
```octave
a
neighbors