Home | Reviews | GUIpedia | Forum | Fun500


agumaLET command
What's the use of it?
2008-07-0810:36 PM

jasonwoodlandRe:LET command
I really don't know On my Atari the demo programs had a = 20 and some had LET a = 20.
2008-07-0810:43 PM

ToddRe:LET command
In the old days of BASIC, LET was a way to declare variables or change their values. In the days when BASIC lines were REQUIRED to have numbers in 10s beside their commands. LET was a command to change the variable's value. You can use it but it's deprecated nowadays.
2008-07-0810:46 PM

BrandonRe:LET command
You don't have to use LET??? Wow!! You have no idea how much time that will save me!
2008-07-129:49 AM

BASIC Programming Help


2021 Brandon Cornell