Join Slack
Communities
Powered by
does kotlin lazily (terminology?) evaluate conditi...
# getting-started
m
matt tighe
04/10/2019, 8:31 PM
does kotlin lazily (terminology?) evaluate conditionals? eg in
Copy code
if (false && true)
and
if (true || false)
are either of the second branches evaluated ever?
Open in Slack
Previous
Next