WebGlossary.info
Assignment
- The setting or resetting of the value stored in the storage location(s) denoted by a variable name; in other words, an assignment statement copies a value into the variable. In most imperative programming languages, the assignment statement (or expression) is a fundamental construct. Today, the most commonly used notation for this basic operation has come to be
x = expr
(originally Superplan 1949–51, popularized by Fortran 1957 and C) followed by x := expr
(originally ALGOL 1958, popularized by Pascal), although there are many other notations in use. ← Wikipedia
- Previous term: AssemblyScript
- Next term: Assistive technology
- Random term: Lightweight Directory Access Protocol