Variable Declaration (variable)
Declare a new variable by specifying the name and value for the variable.
Attribute name | Data type | Default value | Description |
---|---|---|---|
name | string | The name of the variable. | |
value | string | The value to be assigned to the variable. |