From ea158a498a7435dc5bc55913c9b1f1fb7499fd83 Mon Sep 17 00:00:00 2001 From: TurdPooCharger <35666439+TurdPooCharger@users.noreply.github.com> Date: Sun, 29 Apr 2018 00:38:42 -0400 Subject: [PATCH] Added more case examples. --- Scripting:-chk.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Scripting:-chk.md b/Scripting:-chk.md index 72edb62..ebe9091 100644 --- a/Scripting:-chk.md +++ b/Scripting:-chk.md @@ -16,6 +16,14 @@ 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 hello.` +False: `chk hello konichiwa` +False: `chk zero 0` + ## Notes 1. The two arguments follow the same [implicit vs explicit argument rules](https://github.com/d0k3/GodMode9/wiki/Scripting:--echo#implicit-vs-explicit-statements) as all other scripts.