The act of storing a value in a variable. Pascal uses `:=` as the assignment operator, distinguishing it from `=` which is used exclusively for equality comparison. (Ch. 3)