Updated Scripting: set & variables (markdown)

TurdPooCharger 2018-05-16 23:28:43 -04:00
parent f23a9d44f4
commit d25fd2c62d

@ -7,5 +7,14 @@
### User Defined Variables ### User Defined Variables
### Environmental Variables ### Environmental Variables
These are variables with values that cannot redefined.
**Example:**
`echo $[GM9OUT]`
**Output:** 0:/gm9/out
`set GM9OUT "0:/gm9/in"`
`echo $[GM9OUT]`
**Output:** 0:/gm9/out
## Notes ## Notes