This value can be a string.
'This value is a literal string.'
variable1 = variable2
In the preceding example, variable1 changes to the value of variable2, but variable2 remains the same.
variable2 = 12 + 12 - .6 /* variable2 becomes 23.4 */
SAY new
produces
NEW