It might be a good idea to use indentation to show that parameters belong to a command, as in:
Copy
Src(source_file)
Dest(copied_file)
TimeOut(waittime);
In this example source_file, copied_file and waittime are either parameters, variables or constants defined or declared ate the beginning of the script.