Put in info.

SirNapkin1334 2018-04-27 15:43:16 -07:00
parent 59e0c083ea
commit d81c837707

@ -1 +1,16 @@
**Example 1**
This page delves into greater details about the `chk` command.
## Usage
The `chk` command is used to check two values against each other (this is not case-sensitive).
### Syntax & Example
`chk <arg1> <arg2>`
Example:
`chk $[HAX] ntrboot`
## Notes
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.
The two arguments can be many things, but the main use is variables. For example, checking if a variable matches another variable, or a certain string (i.e. `1:/import`, `a9lh`, `0`).