Variable Declaration (variable)

Declare a new variable by specifying the name and value for the variable.

NameTypeDefaultDescription

defaultValue

string

The defaultValue to be assigned to the variable if no value is available.

name

string
Required

The name of the variable.

value

string

The value to be assigned to the variable.