Developing Apama Applications > EPL Reference > Introduction and Notation Conventions > Notation for sequences of symbols
Notation for sequences of symbols
A sequence of symbols is denoted by several boxes connected by lines or tracks, as in the diagram below of a while loop.
WhileStatement
The following program fragment is constructed according to this rule.
while a == b
{
   a:= a-1;
}
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.