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