12. Report-Writer Statements
:
Conditional and Assignment Statements
:
.Let Statement--Assign Expression Value to a Variable
Share this page
.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"