!short: CALL*          Execute a C or Assembler procedure
!file:C5G0_002.EHO:CALL*               
!short: DO*            Call a procedure
!File:C5g0_004.EHO:DO*
!short: FUNCTION       Declare a user-defined function name and formal parameters
!File:C5g0_004.EHO:FUNCTION
!short: PARAMETERS     Create private parameter variables
!File:C5g0_004.EHO:PARAMETERS
!short: PCOUNT()       Determine the position of the last actual parameter passed
!file:C5G0_001.EHO:PCOUNT()
!short: PROCEDURE      Declare a procedure name and formal parameters
!File:C5g0_004.EHO:PROCEDURE
!short: PROCLINE()     Return source line number of current or previous activation
!file:C5G0_001.EHO:PROCLINE()
!short: PROCNAME()     Return name of the current or previous procedure or function
!file:C5G0_001.EHO:PROCNAME()
!short: RESTORE        Retrieve variables from a memory (.mem) file
!file:C5G0_002.EHO:RESTORE
!short: RETURN         Terminate a procedure, function, or program
!File:C5g0_004.EHO:RETURN
!short: SET PROCEDURE* Compile named procedure or function
!file:C5G0_002.EHO:"SET PROCEDURE"*
!short: STATIC FUNCTION     Declare a static function
!File:C5g0_004.EHO:FUNCTION
!short: WORD()*        Convert CALL command numeric parameters from double to int
!file:C5G0_001.EHO:WORD()*

