5550924dc5
Inverts the conditional expression in an if expression.
5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
if (<spot>foo()</spot>) {
|
|
baz()
|
|
} else {
|
|
bar()
|
|
} |