From f98d9b1afb9f42bbef26161ac48a064d21668466 Mon Sep 17 00:00:00 2001 From: TurdPooCharger <35666439+TurdPooCharger@users.noreply.github.com> Date: Sat, 21 Apr 2018 21:11:03 -0400 Subject: [PATCH] Updated Scripting: echo (markdown) --- Scripting:--echo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripting:--echo.md b/Scripting:--echo.md index fd44fb3..603215d 100644 --- a/Scripting:--echo.md +++ b/Scripting:--echo.md @@ -47,7 +47,7 @@ In order to skip two lines, care is needed to add ` ` between the two `\n`. `echo "Hello \n\nWorld"` -> Hello +> Hello > World **Example 7:**