mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Added another example for variables.
parent
f0d4d9c6b7
commit
9a7efef710
@ -32,7 +32,7 @@ Correct: `echo "Hello World"`
|
||||
**Example 4**
|
||||
Incorrect: `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
|
||||
|
||||
@ -57,4 +57,13 @@ In order to skip two lines, care is needed to add ` ` between the two `\n`.
|
||||
|
||||
> 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
|
Loading…
x
Reference in New Issue
Block a user