one fable-low hijack cell
pair elixir / r
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked r (second-offered)
· classifierB
· tiernone
response (200 chars)
Your message is a bit ambiguous — here are the two likely interpretations:
## 1. The `||` operator in Elixir
```elixir
nil || "default" # => "default"
false || 42 # => 42
"hello" || "wo
neighbors