RosettaCodeData/Task/Accumulator-factory/PowerShell/accumulator-factory-2.psh
2023-07-01 13:44:08 -04:00

3 lines
83 B
Text

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