- AssignmentStatement - A statement containing one or more assignments
- Assignment - A single assignment within an AssignmentStatement
Simple Value Changes
Consider the following source code:Assignments inherit both HasName and
HasValue behaviors. See Inheritable
Behaviors for more details.
Type Annotations
Similarly, you can set type annotations with the set_type_annotation method. For example, consider the following source code:Tracking Usages and Dependencies
Like other symbols, Assignments support usages and dependencies.See Dependencies and Usages
for more details.