1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/internal/help/LET_111.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

22 lines
574 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:43:01}}
[[LET]] is a (more or less) needless statement designed for the very early BASIC dialects.
{{PageSyntax}}
: [[LET]] {{Parameter|variable}} = {{Parameter|expression}}
{{PageDescription}}
* {{InlineCode}}{{Cl|LET}} a = 12{{InlineCodeEnd}} is the very same as {{InlineCode}}a = 12{{InlineCodeEnd}}, but wastes 4 extra bytes of program space.
* That said, [[LET]] is '''optional''', it's the only keyword where the '''entire keyword''' is optional.😀
{{PageSeeAlso}}
* [[Variable]]
{{PageNavigation}}
[[Category:Final]]