summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Ryan Davis <AndrewDavis1191@gmail.com>2020-08-17 01:53:41 -0700
committerAndrew Ryan Davis <AndrewDavis1191@gmail.com>2020-08-20 12:30:32 -0700
commit2e9734975e3a12d37ea3a899c3d98b2a565e0a40 (patch)
treea0ee4e8f73e8e6ce6ce5f45f4874236a77d8175b
parente6a53387bee66c4315c22354cd5a3edbbb0c6018 (diff)
Removing duped entry
-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'