one fable-low hijack cell
pair lua / perl
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked lua (first-offered)
· classifierA
· tiernone
response (200 chars)
Not sure exactly what you're after, so here are the two most likely answers:
## If you mean the `||` operator
**Perl** has `||` (logical or):
```perl
my $x = $a || $b; # $b if $a is false (""
neighbors