From 2792d78008784bb232702fade00e5f1f6fbc9dcb Mon Sep 17 00:00:00 2001 From: TurdPooCharger <35666439+TurdPooCharger@users.noreply.github.com> Date: Mon, 30 Apr 2018 00:35:14 -0400 Subject: [PATCH] Included mentioning the similar `ask` command/ --- Scripting:--echo.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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