hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

var-set

Sets a variable with the specified name and value.
Parameter
Type
Description
name
string
Name of the variable to set
value
T
Value to set (if omitted, uses the last available value)
type
type
Expected type of the value when value is omitted
return
void
No return value.