ENTER

PURPOSE:
Provides the starting point of the called subroutine or program.
STATEMENT SYNTAX:
{stno} ENTER {,arg list}
where:
arg list = a list of variables which will receive values (call by value) or will be linked to values (call by reference) from the calling program.
EXAMPLE:
0100 ENTER A$,B$,C,T,F$ 
SEE:
CALL for more information.