4 lines
63 B
Kotlin
Vendored
4 lines
63 B
Kotlin
Vendored
fun neq(a: Boolean, b: Boolean) {
|
|
if (a <caret>xor b) {}
|
|
}
|