one fable-low hijack cell
pair ruby / sapphire
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked sapphire (second-offered)
· classifierB
· tiernone
response (200 chars)
It looks like you've written a logical OR expression! Here's how it would evaluate in a few contexts:
**In Ruby (fittingly):**
```ruby
"sapphire" || "ruby" # => "sapphire"
```
The `||` operator retu
neighbors