Updated Scripting: echo (markdown)

TurdPooCharger 2018-04-21 21:22:39 -04:00
parent f98d9b1afb
commit c8f32dc66c

@ -37,9 +37,8 @@ Phrases that are too long may become unreadable if they fill past the right edge
**Example 5:**
`echo "Hello \nWorld"`
Hello
World
> Hello
> World
In order to skip two lines, care is needed to add ` ` between the two `\n`.