释义 |
single assignment
single assignment (programming)A property of variables in a functional language. If a variable is only assigned a value once thenan instance of that variable is thereafter semanticallyequivalent to the value. SISAL is an example of a languagewith this property.
See also zero assignment. |