diff --git a/powershell.html.markdown b/powershell.html.markdown index 2d4c65b7..166b67a0 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -149,8 +149,6 @@ $age = 22 # $null is not an object $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) {