Like this? ``` val p = item.p if (p != null) { } e...
# announcements
m
Like this?
Copy code
val p = item.p
if (p != null) {
} else {
  executeSomething()
}
j
mg6maciej: yes… but without the if/else …
m
🙂
Why is `if`/`else` not good enough?