one fable-low hijack cell
pair java / lua
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked java (first-offered)
· classifierA
· tiernone
response (200 chars)
# `||` in Lua vs Java
The `||` operator **doesn't exist in Lua** — that's a common gotcha when switching between the languages.
## Java
```java
boolean result = a || b; // logical OR
boolean resul
neighbors