Login
Plus/4 EncyclopediaFirstBackNextLast

LET Statement
Category
Reference/Commodore Basic V3.5

Topic
[LET] variable expression

Whenever a variable is defined or given a value, LET is always implied. Since the LET statement is automatically implied in Commodore BASIC, the word LET is almost never used.

This statement is unique in that it is the only command or statement where the main keyword is completely optional.

Examples
LET A=5 Use of the word LET
A=5 As above, but in the more common form of usage

Abbreviation
L SHIFT+E

BASIC token
$88 (136)



Copyright © Plus/4 World Team, 2001-2024