one fable-low hijack cell
pair pirate_sound / r
envelope en_bare_or
ordering BA
effort low
Bare English 'or' — '{X} or {Y}'
verdictpicked pirate_sound (first-offered)
· classifierA
· tiernone
response (200 chars)
Arr! 🏴☠️
If this is the Python joke, then:
```python
pirate_sound or "r"
```
- If `pirate_sound` is truthy (like `"Arrr!"`), you get the pirate sound.
- If it's empty/`None`, you fall back to `"r"
neighbors