Skip to content
Craig Edwards edited this page Apr 28, 2023 · 3 revisions

LET

LET variable-name = expression
variable-name = expression

Declares a new variable. This keyword is completely optional, and a variable may be declared or modified with or without it.

Clone this wiki locally