![]() |
H.4 Program Segmentation using Include Directives |
full_name$ = 'Sally Sue' tax_rate = 6.5 routine do_it print 'Doing the routine called '; _routine end routineHere is the example of using the include file.
%include '@..\safe\safe_common' print 'The full name is: '; full_name$ do_itVery large business applications can easily contain hundreds of thousands of lines of code and are greatly simplified by using many include directives. Typically each include file contains all of the variables and routines needed to perform some specific subtask.
Hide Description
|
|
Looking for the full power of Sheerpower?
Check out the Sheerpower website. Free to download. Free to use. |