variable - Variable Declaration (variable)

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

NameTypeDefaultDescription
namestringThe name of the variable.
valuestringThe value to be assigned to the variable.