Functions Documentation
View Function Edit Function
Name set
Syntax (set string expression)
Argument List string: The name of the variable you want to set.
expression: The thing you want to store in the variable.
Returns expression: Whatever the expression is.
Category store
Description Stores the expression in the variable named by the string.
Example
(set "notFound" True)

Stores True in the variable notfound.
Comment Not used in the xml due to setq being faster. Only needed if you want to mess with the variable names.