1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 12:20:22 +00:00
qb64/internal/help/LET.txt

21 lines
571 B
Plaintext
Raw Normal View History

2017-10-10 14:55:21 +00:00
The [[LET]] is a useless statement designed by [[cavemen]] when they started programming.
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: '''[LET]''' {{Parameter|variable}} = {{Parameter|expression}}
2017-10-10 14:55:21 +00:00
{{PageDescription}}
* {{InlineCode}}LET a = 12{{InlineCodeEnd}} is the same as {{InlineCode}}a = 12{{InlineCodeEnd}}, but wastes 4 extra bytes of program space.
* Teachers should be SHOT for even teaching about it! Move on!
2017-10-10 14:55:21 +00:00
''Notes:'' LET is '''optional''', it's the only keyword where the '''entire keyword''' is optional :-)
2017-10-10 14:55:21 +00:00
{{PageSeeAlso}}
* [[Cavemen]]
2017-10-10 14:55:21 +00:00
* [[Variable]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}