ENTER Statement
The ENTER statement allows the use of more than one source language in the same source program. It is syntax checked only.
ENTER Statement - Format (1) >>-ENTER------language-name--+--------------+--.--------------->< '-routine-name-'
Notes:
- Syntax-checked only.
- language-name
- A system name that has no defined meaning. It must follow the rules for formation of a user-defined word. At least one character must be alphabetic.
- routine-name
- Must follow the rules for formation of a user-defined word. At least one character must be alphabetic.
