Join Slack
Communities
Powered by
In Kotlin, you can do things like: ``` val address...
# announcements
d
dmitry.petrov
03/18/2016, 1:05 PM
In Kotlin, you can do things like:
Copy code
val address = getAddress() ?: return // use address
which is quite close to Swift's
guard
Open in Slack
Previous
Next