Introduction

Completed

In this module, you'll learn more about application language (AL) statements. While you learned about the assignment statement in the previous module, this module demonstrates how to use a condition or how to repeat some tasks. Additionally, you will learn about other basic programming concepts that are also valid for AL.

The four different types of AL statements are:

  • Comment

  • Compound

  • Conditional

  • Repetitive