Updated Scripting: set & variables (markdown)

TurdPooCharger 2018-05-29 06:08:30 -04:00
parent 0040a39b14
commit 24dde186f6

@ -33,13 +33,15 @@ Variables may hold empty or null placeholder values.
### Environmental Variables
These are variables in which their values cannot redefined.
**Example:**
**Example 2**
`echo $[GM9OUT]`
**Output:**
> 0:/gm9/out
`set GM9OUT "0:/gm9/in"`
`echo $[GM9OUT]`
**Output:**
> 0:/gm9/out