let container = expression
let
=
The let command copies the given value into container.
If the specified container is a variable name but the variable has not been created yet, a new local variable is created with that name.
put