[Overview][Constants][Types][Classes][Procedures and functions][Index] |
File extensions used for Pascal source code files.
Source position: fileutil.pas line 220
const PascalFileExt: array [1..3] of string = ('.pas', '.pp', '.p'); |
PascalFileExt is an array constant which contains the file extensions (including the initial '.') used for Pascal source code files (units).
|
File extensions considered to be a Pascal source, project or package file. |
Version 4.0 | Generated 2025-05-03 | Home |