diff options
| -rw-r--r-- | powershell.html.markdown | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/powershell.html.markdown b/powershell.html.markdown index 2d4c65b7..166b67a0 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -151,8 +151,6 @@ $null  # => None  # $null, 0, and empty strings and arrays all evaluate to False.  # All other values are True -# $null, 0, and empty strings and arrays all evaluate to False. -# All other values are True  function test ($value) {    if ($value) {      Write-Output 'True'  | 
