I'd say the point of `let` is that it doesn't have...
# random
c
I'd say the point of
let
is that it doesn't have an
else
. If you need one, use
if
. A few more details here: http://beust.com/weblog/2016/01/14/a-close-look-at-kotlins-let/
👍 4