Where Expression
Syntax:
<expression>
where
<var>
:=
<expression>
[,
<var>
:=
<expression>
...]
Example:
x + y where x := 25, y := 17