Syntax:
Let Variable = data
Explanation:
If you prefer, you can add Let to the start of a variable assignment. It will not alter the execution of the program, but is included for those who are used to including it in other BASIC
dialects.
Example:
Let Chipmunk = 46 'Identical to: Chipmunk = 46
See Also:
- Setting Variables — the assignment syntax
Letis an optional prefix for

