A file is a collection of functions and data structure types.
For more information about the technical layout of a file, see Text.
Parts
- Folder
- Name
- Wether it is a file for the main program
- Wether it Is a file for testing
- Functions
- Data structure types
Folder
Files are grouped together in a folder. Folders can also be grouped together in another folder. Thus, the folders form a tree structure.
Name
The name of the file.
For more information, see identifiers.
Is main file
The file contains functions and data structure types of the program itself.
When a program is imported in another program, these files are imported.
Is test file
The file contains functions and data structure types for automated testing of the program.
When a program is imported to another program, these files are not imported.
Functions
For more information on functions, see Functions.
Data structure Types
For more information on data structure types, see Data Structures.