one fable-low hijack cell
pair horizon / sail
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked horizon (first-offered)
· classifierA
· tiernone
response (200 chars)
```
> sail || horizon
true
```
In most languages, `||` short-circuits — if `sail` is truthy, the horizon is never even evaluated.
Which feels right, somehow: once you're sailing, the horizon stops b
neighbors