Assigns a value to a variable.
{LET }variable = expression
variable is the name of the variable where the result of expression is to be stored.
expression is any valid DataBasic expression or any string, substring, or value; expressed as a variable name, a value, or a string enclosed in quotes.
expression is evaluated and the result is stored in variable.