Defines a variable.
Several variables may be defined consecutively and refer to previously defined variables. By means of the keyword in the variable definitions are separated from the actually formula.
| let <variable> = <varExpression> in <Expression> | |||
|---|---|---|---|
| Arguments | |||
| Return value | |||
| Formula | Result |
|---|---|
| let a = 4 in a+a.sqrt | 6 |
