An assignment binds a value to a variable, member, sequence element or dictionary value. The value is determined by evaluating the expression on the right side of the assignment operator :=. The result type of the expression must match the type of the variable.
For variables of the reference types, the same value can be bound to more than one variable. See the
API Reference for EPL (ApamaDoc) for detailed descriptions of all types.