Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
single assignment
Jump to user comments
If a variable is only assigned a value once then an instance
of that variable is thereafter semantically equivalent to the
value. Thus a single assignment language is a functionallanguage.