Difference between revisions of "Compiler Mode"

From Free Pascal wiki
Jump to navigationJump to search
m (FPC user moved page Compiler Mode/ to Compiler Mode: remove forward slash)
(German link)
Line 1: Line 1:
 +
{{Compiler Mode}}
 +
 
Free Pascal: {$MODE '''FPC'''}<br/>
 
Free Pascal: {$MODE '''FPC'''}<br/>
 
This is the original Free Pascal compiler mode. It is the default mode of the compiler.
 
This is the original Free Pascal compiler mode. It is the default mode of the compiler.

Revision as of 04:59, 6 July 2016

Deutsch (de) English (en) español (es) suomi (fi) français (fr)

Free Pascal: {$MODE FPC}
This is the original Free Pascal compiler mode. It is the default mode of the compiler.

Extended Free Pascal: {$MODE OBJFPC}
This mode adds extra functionality to the FPC mode, including classes, interfaces and exceptions.

Turbo Pascal: {$MODE TP}
This is the Turbo Pascal compatibility mode.

Delphi: {$MODE DELPHI}
This is the Delphi compatibility mode.

Mac Pascal: {$ MODE MacPAS}
The Mac Pascal compatibility mode.