Variable Declaration (variable)
Declare a new variable by specifying the name and value for the variable.
| Name | Type | Default | Description | 
|---|---|---|---|
defaultValue  | string  | The defaultValue to be assigned to the variable if no value is available.  | |
name  | string  | The name of the variable.  | |
value  | string  | The value to be assigned to the variable.  |