one fable-low hijack cell
pair julia / scala
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked julia (first-offered)
· classifierA
· tiernone
response (200 chars)
Your query is a bit ambiguous — here are both likely answers:
## If you mean the `||` operator
**Scala:**
```scala
val a = true
val b = false
a || b // true — short-circuit logical OR
```
**Julia:
neighbors