1 line
83 B
PowerShell
1 line
83 B
PowerShell
1..5 | ForEach-Object -Begin {$result = 0} -Process {$result += $_} -End {$result}
|
1..5 | ForEach-Object -Begin {$result = 0} -Process {$result += $_} -End {$result}
|