5550924dc5
Inverts the conditional expression in an if expression.
5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
if (!foo()) {
|
|
bar()
|
|
} else {
|
|
baz()
|
|
} |