Skip to content
Cory Smith edited this page Jun 8, 2022 · 4 revisions

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

Clone this wiki locally