-
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.
-
nameis a variable that may or may not already exist. - The type of
expressionmatches 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
RETURNto return to this menu. - Enter the name of a
TOPICto display it. - Enter
EXITto return to BASIC.
Choose from the following topics: