Kotlin lain jika

if (a > b) {
  // if
} else if (a == b) {
  // else if
} else {
  // else
}
just-saved-you-a-stackoverflow-visit