Let Expression

Syntax:
let
   <var> := <expression> [, <var> := <expression> ...]
in
   <expression>
Example:
let x := 25, y := 17 in x + y