Standard modules | ||
Another good programming practice is to put subroutines which may be used in more than one program into a 'standard module'. Standard modules are really libraries of subroutines which may be used in any program. The advantage of this are that..
|
||