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