Changes

Jump to: navigation, search

Basic Windows PowerShell 1.0 Operators

2 bytes added, 19:20, 21 November 2008
The Addition Operator
</pre>
If both operands a are strings, the addition operand concatenates the strings together:
<pre>
</pre>
Similarly, of if the operands are arrays or hashtables, the right hand operand will be appended to the end of the left hand operand.
=== Multiplication Operator ===

Navigation menu