Language Reference Guide : 3. Statements : Commonly Used Elements in Statements : LocalProcedureDeclaration
 
Share this page                  
LocalProcedureDeclaration
Declares the name and return type of a local procedure defined within the script.
This element has the following syntax:
localprocname = procedure [returning [typewithoutdefault | none]];
localprocname
Specifies the name of the local procedure defined within the script
typewithoutdefault
See TypeWithoutDefault.