Difference between revisions of "Free Pascal"
Jump to navigation
Jump to search
(tutorial link) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
===Reference=== | ===Reference=== | ||
* {{wikipedia}} | * {{wikipedia}} | ||
− | + | * [https://www.freepascal.org/docs.var online documentation]: language and libraries | |
− | * [ | + | ** This is what [[Lazarus IDE]] loads from the "online documentation" menu. |
+ | * [https://wiki.freepascal.org wiki] |
Latest revision as of 20:55, 11 December 2024
About
Free Pascal is a free/open-source compiler for Pascal that supports a wide variety of target platforms.
Notes
Built-in API is in the Units of the Run-Time Library (RTL package):
Links
Reference
- Wikipedia
- online documentation: language and libraries
- This is what Lazarus IDE loads from the "online documentation" menu.
- wiki