2 lines
73 B
Text
2 lines
73 B
Text
|
|
function Add($x) { return { param($y) return $y + $x }.GetNewClosure() }
|