AN
Size: a a a
AN
AL
AN
AL
AN
M
if (cond) getString(res) else "literal"
fun Boolean.toInt(): Int = if (this) 1 else 0
listOf("negative", "positive")[condition.toInt()]
QH
fun Boolean.toInt(): Int = if (this) 1 else 0
listOf("negative", "positive")[condition.toInt()]
M
VP
QH
VP
QH
VP
M
M
M
include(":mpp_lib")
project(":mpp_lib").projectDir = file("../mpp_project/mpp_lib")
DB
BV
DB
BV