assignment statement

assignment statement

[ə′sīn·mənt ‚stāt·mənt] (computer science) A statement in a computer program that assigns a value to a variable.

assignment statement

In programming, a compiler directive that places a value into a variable. For example, counter=0 creates a variable named counter and fills it with zeros. The VARIABLE=VALUE syntax is common among programming languages.