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.