From 2e9734975e3a12d37ea3a899c3d98b2a565e0a40 Mon Sep 17 00:00:00 2001 From: Andrew Ryan Davis Date: Mon, 17 Aug 2020 01:53:41 -0700 Subject: Removing duped entry --- powershell.html.markdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'powershell.html.markdown') 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) { -- cgit v1.2.3