Language Elements and Reference:xpplrm

Statements and Declarations Foundation

This chapter describes statements and declarations. Statements are used to define the logical flow of a program. They define control structures like branches or loops. Declarations are essential for the definition of identifiers. An identifier is a symbolic name used as a place holder to access variables, functions or procedures. Declarations and statements are both translated to executable code by the compiler.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.