Term of the Moment

half-adder


Look Up Another Term


Definition: 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.