one fable-low hijack cell
pair d / objective-c
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked d (first-offered)
· classifierA
· tiernone
response (200 chars)
# `||` (Logical OR) in Objective-C
The `||` operator works the same as in C — it returns `YES` (1) if **either** operand is truthy, and short-circuits (skips the right side if the left is true).
##
neighbors