mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Added more case examples.
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user