Previous Topic: Modifying Function Parameters

Next Topic: Identifying the Basic Properties

Understanding Function Parameters

Function parameters specify which fields can be passed between the calling and the called functions. Each call can pass different values in these fields, but the definitions of the fields themselves remains the same. You assign the parameter roles, which direct the function to use that parameter m in a specific way.