# Set Variable
Grammar — Set var = val
Flags —Operator
|Action
Sets a variable to the specified value.
# Arguments
anyvariable
— Variablesameas
— Value
Returns — void
#PARAM(var) = #PARAM(val);
# Related
Category: General / Variables
# Examples
— None found —