From 49b34d6fea450ab3dc86013dcbe6e245e778aae1 Mon Sep 17 00:00:00 2001 From: TurdPooCharger <35666439+TurdPooCharger@users.noreply.github.com> Date: Mon, 30 Apr 2018 22:44:09 -0400 Subject: [PATCH] Updated Scripting: chk (markdown) --- Scripting:-chk.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Scripting:-chk.md b/Scripting:-chk.md index f2bd940..17d7fed 100644 --- a/Scripting:-chk.md +++ b/Scripting:-chk.md @@ -16,13 +16,12 @@ True: `chk hello "hello"` True: `chk HELLO hello` True: `chk HeLlO hElLo` -(WIP explanation for why cases for example 2 are false). - **Example 2** False: `chk hello bye` False: `chk hello konichiwa` False: `chk hello hello.` -False: `chk zero 0` +False: `chk zero 0` +False: `chk 00 0` ## Notes