EGL statements

Each EGL function is composed of zero to many EGL statements of the following kinds:

Non-null EGL statements have the following characteristics:

Names in statements and throughout EGL are case-insensitive; record1 is identical to RECORD1, for example, and both add and ADD refer to the same keyword.

Note: When you use the source tab in Page Designer, you can manually bind components in a JSP file (specifically, in a JavaServer Faces file) to data areas in a page handler. Although EGL is not case sensitive, EGL variable names referenced in the JSP file must have the same case as the EGL variable declaration; and you fail to maintain an exact match, a JavaServer Faces error occurs. It is recommended that you avoid changing the case of an EGL variable after you bind that variable to a JSP field.

System words are a set of words that provide special functionality:

A line in a function can have more than one statement. It is recommended that you include no more than one statement per line, however, because you can use the EGL Debugger to set a breakpoint only at the first statement on a line.

See also Comments.

Related concepts
EGL projects, packages, and files
Function part
Parts

Related reference
add
Assignments
call
case
close
Comments
Data initialization
delete
EGL reserved words
execute
Function invocations
get
get next
get previous
if, else
Keywords in alphabetical order
Logical expressions
Numeric expressions
open
prepare
replace
set
Text expressions
System words in alphabetical order
sysVar.terminalID
while