Input Parameters
The format of input parameters of a function is as follows: <parameter_type> <formal_parameter_name>
<parameter_type> includes the basic data types (see Basic Data Types), structure, and enumeration type (see Structures and Enumeration Types).
<formal_parameter_name> is in lower camel case, for example, alpha.
Parent topic: Naming Rules