Syntax documentationformal_parameter Locate this document in the navigation structure

Syntax Syntax

  1. <formal_parameter> ::=
      IN <argument> <data_type>
    | OUT <argumnet> <data_type>
    | INOUT <argument> <data_type>
End of the code.