Added more case examples.

TurdPooCharger 2018-04-29 00:38:42 -04:00
parent 9a7efef710
commit ea158a498a

@ -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.