3 lines
83 B
PowerShell
3 lines
83 B
PowerShell
$total = Get-Accumulator -Start 1
|
|
& $total -Plus 5.0 | Out-Null
|
|
& $total -Plus 2.3
|