one fable-low hijack cell
pair shield / sword
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked shield (first-offered)
· classifierA
· tiernone
response (200 chars)
Looks like a boolean expression! In most programming languages:
```javascript
"sword" || "shield" // → "sword"
```
The `||` operator returns the first **truthy** value, and non-empty strings are tr
neighbors