summaryrefslogtreecommitdiffhomepage
path: root/powershell.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'powershell.html.markdown')
-rw-r--r--powershell.html.markdown2
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'