single assignment


hEnglish - advanced versionDownload this dictionary
single assignment

single assignment
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 functional language
see also zero assignment.