Why do I need a structure template in each dL4 external program?
A dL4 structure variable consists of a collection of one or many different data types which are defined in a structure template. The BASIC interpreter must know about these data types when a structure variable is defined or referenced. This information must be available when a program is saved so that errors can be detected at SAVE time, which is much faster than at run time.
- FAQ:
