From d7cd776eee4b6d3187ffa50d7d3b2c243885adc5 Mon Sep 17 00:00:00 2001 From: Renze Yu Date: Thu, 8 Nov 2018 10:48:33 +0800 Subject: add list syntax example in for powershell --- powershell.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'powershell.html.markdown') 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'} -- cgit v1.2.3