Included mentioning the similar ask command/

TurdPooCharger 2018-04-30 00:35:14 -04:00
parent 63fc4938de
commit 2792d78008

@ -60,10 +60,13 @@ In order to skip two lines, care is needed to add ` ` between the two `\n`.
> World > World
### Variables ### Variables
Statements may read back the values of variables. Statements can read back the values of variables.
**Example 8** **Example 8**
`echo "GodMode9 output directory is \n$[GM9OUT]"` `echo "GodMode9 output directory is \n$[GM9OUT]"`
> GodMode9 output directory is > GodMode9 output directory is
> 0:/gm9/out > 0:/gm9/out
## Notes
1. See the `ask` command for statements with user input: two choices (YES/NO).