Difference between revisions of "Free Pascal"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "<hide> page type::article thing type::compiler language::Pascal category:software </hide> ==About== Free Pascal is a free/open-source compiler for Pasc...")
 
(Object Pascal Tutorial no longer found on Lazarus Wiki)
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
* [http://www.freepascal.org/docs-html/rtl/baseunix/ baseunix]: *nix-specific functionality
 
* [http://www.freepascal.org/docs-html/rtl/baseunix/ baseunix]: *nix-specific functionality
 
==Links==
 
==Links==
 +
===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.

Latest revision as of 14:18, 18 September 2020

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