The Text files are divided to sections, the section name is followed by a double line separators as shown here:
Variables
================================================================================
Inside the section you may find also single line separators as shown here:
Procedure PyUnicodeDecodeError_SetEnd(pstExc, lEnd): Long Public CDecl
--------------------------------------------------------------------------------
pstExc: Val hpyObject
lEnd: Val Py_ssize_t
The double line and single line separators are used just for readability and are no required.
In text format,the module files (program, system and drivers) have similar sub-modules sections in the following order: Libraries, Types, Forms, Drivers, Tests, Commands, Events, Procedures, IOTables, and Variables. Tests sub-module exist only in Program module, IOTables in Driver module, and Drivers shows only in System module..