MultiValueVariable
DRAFT
Observed

MultiValueVariable
Incorrect

A variable can contain more than one value

Correct

A variable can contain only one value at a time

Correction
Here is what's right.

No! A variable contains exactly one value.

When you assign a new value to a variable, it overwrites the old value.