-
Notifications
You must be signed in to change notification settings - Fork 0
LET
Andrew Owen edited this page May 25, 2023
·
1 revision
[LET] name = expression
Assigns the value of expression
to the variable or array element name
.
-
name
is a variable that may or may not already exist. - The type of
expression
matches that ofname
: that is, all numeric types can be assigned to each other but strings can only be assigned to strings.
name
and expression
are not of matching types: Type mismatch.
- Press
RETURN
to return to this menu. - Enter the name of a
TOPIC
to display it. - Enter
EXIT
to return to BASIC.
Choose from the following topics: