.PAS 文件扩展名
Delphi Unit Source File
| 开发者 | Embarcadero Technologies |
| 受欢迎程度 |
4.0 | 64 票 |
什么是 PAS 文件?
Source code file created in Delphi, a software development application used for building Windows programs; written in the Delphi language, which is a variant of the Object Pascal language; can be compiled into native Win32 code with the Delphi compiler.
更多信息
PAS files are used as the primary source code format for Delphi.
可打开 PAS 文件的程序
Pascal Source File
| 开发者 | Niklaus Wirth |
| 受欢迎程度 |
3.7 | 40 票 |
A PAS file contains source code written in Pascal or Object Pascal, two general-purpose high-level programming languages. It stores plain text in the Pascal or Object Pascal syntax that can be edited or compiled into a program with a Pascal compiler.
更多信息
Niklaus Wirth designed the Pascal programming language and initially released it in 1970. The language is based on the ALGOL 60 language and is named after Blaise Pascal, a French philosopher, physicist, and mathematician.
Pascal grew in popularity in the 1970s, especially in the minicomputer sector, and eventually birthed Object Pascal in 1985. Object Pascal was primarily used by Borland and Apple in the 1980s, then grew into Delphi for Windows.
如何打开 PAS 文件
You can open, edit, and compile PAS files with Free Pascal (multiplatform), an open-source program used to compile various Pascal dialects.
Or, you can use source code editors to open and edit PAS files. Some editors include Microsoft Visual Studio Code (multiplatform), Xidicone Zeus (Windows), and MacroMates TextMate (macOS).
You can also use a plain text editor to open and edit PAS files since they are saved in plain text. However, text editors do not come with syntax-highlighting capabilities or other helpful functionality like source code editors.
