one fable-low hijack cell
pair profane / sacred
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked sacred (second-offered)
· classifierB
· tiernone
response (200 chars)
**Evaluating expression...**
```
sacred || profane
```
In most languages, `||` short-circuits: if `sacred` is truthy, `profane` never gets evaluated. The profane only exists when the sacred fails.
neighbors