LET¶
Syntax¶
Purpose¶
To assign the value of an expression to a variable.
Remarks¶
Notice the word LET is optional, i.e., the equal sign is sufficient when assigning an expression to a variable name.
Example¶
Or without LET:
See Also¶
- SWAP - To exchange the values of two variables