The formal parameter list

The formal parameter list is empty if the function requires no parameters.

That is the case for all three functions in Listing 2.

Otherwise, the formal parameter list would contain one or more pairs of words separated by commas.