Changes

Jump to: navigation, search

Basic Windows PowerShell 1.0 Operators

1 byte added, 19:58, 26 November 2008
PowerShell Increment and Decrement Operators
$x = $x + 1; // Increase value of variable $x by 1
$x = $x - 1; // Decrease value of variable y $x by 1
</pre>

Navigation menu