Nodes of different colours represent the following:
Solid arrows point from a file to a file which it depends on. A file
is dependent upon another if the latter must be compiled before the former
can be.
Source Code
!* Implementation of program (just calls [[handle_main_file]]).program mainuse optmodimplicit nonecall handle_main_file(nb_methods,nb_rprt_params,method_names,rprt_params)end program main