diff options
Diffstat (limited to 'powershell.html.markdown')
| -rw-r--r-- | powershell.html.markdown | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/powershell.html.markdown b/powershell.html.markdown index 5a5050b4..f9c20607 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -68,6 +68,7 @@ $aString="Some string"  # Or like this:  $aNumber = 5 -as [double]  $aList = 1,2,3,4,5 +$anEmptyList = @()  $aString = $aList -join '--' # yes, -split exists also  $aHashtable = @{name1='val1'; name2='val2'} | 
