Definitions for "Assignment statement"
A Pascal statement that uses the assignment operator ":=" to assign a value to a variable of a function designator.
A statement which assigns values to variables. Form: Let var = expr, where expression can be a constant, a variable, or an expression containing any combinations of values, constants, operators, and functions.
An assignment statement can be intrinsic or defined. An intrinsic assignment stores the value of the right operand in the storage location of the left operand.
an instruction that assigns a value to something, such as a property of a control