6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
![]() |
== Compliant Solution
|
||
|
|
||
|
----
|
||
|
if(getTrue() || getFalse()) { ... } // true short-circuit logic
|
||
|
----
|