multiple assignment

views updated

multiple assignment A form of assignment statement in which the same value is given to two or more variables. For example, in Algol, a := b := c := 0

sets a, b, c to zero.