| Syntax Color Legend |
|---|
| Command |
| Mandatory parameter |
| Optional parameter |
| Mandatory keyword |
| Optional keyword |
<Routine> ([<Parameter list>])
Executes the specified routine passing the supplied parameters and returning an optional defined result value.
Depends on the defined result type in the routine.
| Parameter | Description |
|---|---|
| <Routine> | Name of the routine to be called. |
| Parameter List | Expressions separated by commas, specified in correspondence with the parameter list that applies to the routine that is called. |
If the routine is a performable global routine, its main routine is executed. If the routine is added to an object as an insertable global routine, then the code of the insertable will replace the routine-call when this object is generated.
rou_01 ()
rou_02 (gd-13)
country_code := search_country_code (country)