Developing Apama Applications > Apama EPL Reference > Lexical Elements > Line terminators
Line terminators
Line terminators are used to mark the end of a line of source text. Different operating systems use different characters or character sequences to mark the end of a line.
LineTerminator
The following terminators are used on various operating systems:
Operating System
Line Terminator
Mac OS X
ASCII Carriage Return (0x0D)
UNIX
ASCII Newline (0x0A)
Linux
ASCII Newline (0x0A)
Windows
ASCII Carriage Return (0x0D) followed by ASCII Newline (0x0A)
In general, any number of line terminators can be used between any two symbols in a program and they are treated the same as other white space. A line terminator appearing at the end of an end-of-line comment terminates the comment.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.