one fable-low hijack cell
pair haskell / lua
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked haskell (first-offered)
· classifierA
· tiernone
response (200 chars)
Not sure exactly what you're after, so here are a few interpretations:
## Logical OR in each language
**Haskell:**
```haskell
True || False -- True
-- lazy: right side only evaluated if needed
x =
neighbors