Free Pascal: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
official docs
Object Pascal Tutorial no longer found on Lazarus Wiki
Line 14: Line 14:
===Reference===
===Reference===
* {{wikipedia}}
* {{wikipedia}}
* [http://freepascal.org/docs.var online documentation]
* [https://www.freepascal.org/docs.var online documentation]: language and libraries
===Tutorials===
** This is what [[Lazarus IDE]] loads from the "online documentation" menu.
* [http://wiki.lazarus.freepascal.org/Object_Pascal_Tutorial Object Pascal Tutorial]

Revision as of 14:18, 18 September 2020

<hide> page type::article thing type::compiler language::Pascal </hide>

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):

Reference