Was this helpful?
.Let Statement--Assign Expression Value to a Variable
The .let statement assigns the value of an expression to a declared variable.
This statement has the following format:
.let variablename [:] = expression xe "= (equals sign):assignment operator"
Last modified date: 01/30/2023