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.