
Note: You must add uk to the end of the address, it's to help prevent spam. |
LET TYPE: Statement Action: The LET statement can be used to assign a value to a variable. But the word LET is optional and therefore most advanced programmers leave LET out because it's always understood and wastes valuable memory. The equal sign (=) alone is sufficient when assigning the value of an expression to a variable name. EXAMPLES of LET Statement:
|