Function CallsStatementsAssignment

Assignment

< assignment statement > -> < variable > = < expressions >

The value associated with the variable is replaced by the value obtained by evaluating the expression. The variable and the expression must both be of type integer. Assignments of structured values is not supported. The interpretation of the variable is completed before the expression is evaluated.


Computer Science 434
Department of Computer Science
Williams College

Function CallsStatementsAssignment