Added another example for variables.

TurdPooCharger 2018-04-29 00:32:39 -04:00
parent f0d4d9c6b7
commit 9a7efef710

@ -32,7 +32,7 @@ Correct: `echo "Hello World"`
**Example 4** **Example 4**
Incorrect: `echo 0:/Nintendo 3DS/` Incorrect: `echo 0:/Nintendo 3DS/`
Correct: `echo "0:/Nintendo 3DS/"` Correct: `echo "0:/Nintendo 3DS/"`
Also correct (not recommended): `echo 0:/Nintendo\ 3DS/` Correct (not recommended): `echo 0:/Nintendo\ 3DS/`
### Skipping lines ### Skipping lines
@ -57,4 +57,13 @@ In order to skip two lines, care is needed to add ` ` between the two `\n`.
> Hello > Hello
> >
> World > World
### Variables
Statements may read back the values of variables.
**Example 8**
`echo "GodMode9 output directory is \n$[GM9OUT]"`
> GodMode9 output directory is
> 0:/gm9/out