2 lines
43 B
Kotlin
2 lines
43 B
Kotlin
var i : Boolean = true
|
|
var j : Boolean = !i |
var i : Boolean = true
|
|
var j : Boolean = !i |