History
Let
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
Let
Purpose
Precedes a variable assignment and assigns values to variables (optional in the BASIC language).
Syntax
Let
VariableName
=
Value
Example
Let X=1
X=1