is it possible adding an else clause to this? I wo...
# announcements
l
is it possible adding an else clause to this? I would like to do something else if the code in
let {}
is not run.
Copy code
foo?.let {
// do something
}