5: ``` val c = if (a !== b) "1" else "2" `...
# codingconventions
t
5:
Copy code
val c =
    if (a !== b) "1"
    else "2"