Instructions that do not use the same syntax in Adelia programs, Visual Adelia programs and Adelia Web programs appear more than once in the alphabetical list. In such cases, the context is specified at instruction level.
Examples
CALL (Adelia context) |
CALL instruction used in an ADELIA type program. |
|
|
CALL (Visual Adelia context) |
CALL instruction used in a VADELIA or SADELIA type program. |
With ADELIA programs, certain instructions do not use the same functions to generate RPG and C. These instructions are also included more than once in the alphabetical list. In such cases, the context and the language generated are specified at instruction level.
Examples
RETURN |
RETURN instruction used in an ADELIA program generated in C.
|
|
|
RETURN |
RETURN instruction used in an ADELIA program generated in RPG. |