RosettaCodeData/Task/Accumulator-factory/PowerShell/accumulator-factory-2.ps1
2026-04-30 12:34:36 -04:00

3 lines
83 B
PowerShell

$total = Get-Accumulator -Start 1
& $total -Plus 5.0 | Out-Null
& $total -Plus 2.3