does kotlin lazily (terminology?) evaluate conditi...
# getting-started
m
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?