set
Command information
Regular name set
Introduced in version v0.2
About
The set command is used to set the value of variables exposed within the current scope.
Notes
Warning
This command will only work when the program is detected to be in the SUSPEND state.
Syntax
The set command accepts the String name of the variable and the String value of the variable.
| Argument position | Description |
|---|---|
| Position 0 | Name of the variable to set |
| Position 1 | New value of the variable |