what value does `let` add over `boxes?.forEach { b...
# getting-started
v
what value does
let
add over
boxes?.forEach { box -> … }
?