1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00
qb64/internal/help/LET.txt

19 lines
502 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}}
2021-04-25 22:40:25 +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.
2021-04-25 22:40:25 +00:00
* [[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}}