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