LET

From QB64 Wiki
Revision as of 21:08, 28 September 2020 by Odin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The LET is a useless statement designed by cavemen when they started programming.


Syntax

[LET] variable = expression


Description

  • LET a = 12 is the same as a = 12, but wastes 4 extra bytes of program space.

Notes: LET is optional, it's the only keyword where the entire keyword is optional :-)


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page