scrambled
Concept

Variable definition

Modified just now
Books JourneyProgramming Language Theory Statusmastered Tags
  • language-feature-design
  • syntax grammar

A syntactic construct that introduces a new variable name and establishes a binding - optionally with an initial value (e.g., let x = 5).

A syntactic construct that introduces a new variable name and establishes a binding - optionally with an initial value (e.g., let x = 5).