Developing Apama Applications > EPL Reference > Statements > Simple statements > The assignment statement
The assignment statement
The assignment statement binds a value to a variable. 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 Reference types.
AssignStatement
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.