function Add($x) { return { param($y) return $y + $x }.GetNewClosure() }