Home | Reviews | GUIpedia | Forum | Fun500
aguma | LET commandWhat's the use of it? | 2008-07-08 | 10:36 PM |
jasonwoodland | Re:LET commandI really don't know On my Atari the demo programs had a = 20 and some had LET a = 20. | 2008-07-08 | 10:43 PM |
Todd | Re:LET commandIn 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-08 | 10:46 PM |
Brandon | Re:LET commandYou don't have to use LET??? Wow!! You have no idea how much time that will save me! | 2008-07-12 | 9:49 AM |
BASIC Programming Help
2021 Brandon Cornell