one fable-low hijack cell
pair octave / sas
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked octave (first-offered)
· classifierA
· tiernone
response (200 chars)
# `||` in SAS vs. Octave
The `||` operator means **completely different things** in these two languages:
---
## SAS — String Concatenation
```sas
data example;
first = "Hello";
last = "Wo
neighbors