Free Pascal Program Tutorial 3 - Variables and Data Types - Lazarus

The Free Pascal Compiler and Lazarus can be downloaded at no cost at . Free Pascal and Lazarus are a Turbo Pascal / Delphi clone that can make programs for Windows, Macintosh (Mac OS X), and Linux. This tutorial will cover data types. The data types that are most common are the integer, real (floating point), string, char, and boolean. There are several other data types that are built into Free Pascal. The list is found in the documentation on Free Pascal’s
Back to Top