Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, English - English (Wordnet), )
assignment
Jump to user comments
programming Storing the value of an expression in a
variable. This is commonly written in the form "v = e". In
Algol the assignment operator was ":=" (pronounced
"becomes") to avoid mathematicians qualms about writing
statements like x = x+1.