one fable-low hijack cell
pair csharp / scala
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked csharp (first-offered)
· classifierA
· tiernone
response (200 chars)
# `||` Operator — Scala & C#
The `||` is the **logical OR** operator in both languages, and it works almost identically (short-circuit evaluation).
## Scala
```scala
val a = true
val b = false
val
neighbors