one fable-low hijack cell
pair csharp / lua
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked lua (second-offered)
· classifierB
· tiernone
response (200 chars)
# `||` in C# vs Lua
## C# — `||` (logical OR)
```csharp
bool result = a || b; // short-circuit OR
if (x > 5 || y < 10)
{
Console.WriteLine("At least one condition is true");
}
```
- Works on
neighbors