Source position: pascodegen.pp line 29
type TCodeSection = (
csUnknown,
csConst,
csType,
csVar,
csResourcestring,
csDeclaration
);