Updated Scripting: echo (markdown)

TurdPooCharger 2018-04-21 20:38:05 -04:00
parent 4bc8814868
commit a94b4b8166

@ -35,7 +35,7 @@ Correct: `echo "0:/Nintendo 3DS/"`
Phrases that are too long may become unreadable if they fill past the right edge of the 3DS bottom screen. Like typing with the **Enter** key for a keyboard, the inclusion of `\n` serves as a break to begin readouts with a new line.
**Example 5:**
echo "Hello \nWorld"
`echo "Hello \nWorld"`
Hello