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