RosettaCodeData/Task/Accumulator-factory/PowerShell/accumulator-factory-2.psh
2016-12-05 22:15:40 +01:00

3 lines
83 B
Text

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