See Also: Procedure, Procedure_Return
To terminate a procedure-definition block.
Procedure {name}…
…
End_Procedure
Each procedure-definition block started with the Procedure command must be terminated with an End_Procedure command. End_procedure defines the end of the procedure command block and is required for each Procedure command. Procedure-definition blocks may not be nested.
End_Procedure does not use any arguments.
The End_Procedure command defines the end label for the procedure command when it is registering the procedure with the runtime system. The system executes the Procedure command and then jumps to the next command line beyond the End_Procedure command.