one fable-low hijack cell
pair csharp / julia
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked csharp (first-offered)
· classifierA
· tiernone
response (200 chars)
# Julia vs C#
Not sure exactly what you're after, so here are the likely interpretations:
## If you meant the `||` operator in each language
**Julia:**
```julia
a = true
b = false
a || b
neighbors