Instructions

The body of a JADE method defines the actions to be carried out as a sequence of instructions, where each instruction specifies one corresponding action. JADE is a sequential programming language; that is, instructions are executed sequentially, one after the other, and not simultaneously.

JADE provides a variety of instruction forms, both simple and structured, to enable you to specify method actions.