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
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..."
 
tutorial link
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}}
===Tutorials===
* [http://wiki.lazarus.freepascal.org/Object_Pascal_Tutorial Object Pascal Tutorial]

Revision as of 01:48, 29 November 2014

<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

Tutorials