Apama 10.3.1 | Apama Documentation | Developing Apama Applications | EPL Reference | Expressions | Using an expression as a statement
 
Using an expression as a statement
An expression that does not return a value can be used as a statement. For example, an action or method call can be used in this way.
Example:
action doSomething() { // Action has a side-effect but returns nothing
...
}

doSomething(); // Expression as a statement

Copyright © 2013-2019 | 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.