Mode extendedpascal

From Lazarus wiki
Revision as of 23:40, 20 January 2022 by Kai Burghardt (talk | contribs) (rewrite a bit, remove defunct external link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

English (en)

The FPC’s compiler compatibility mode {$mode extendedPascal} intends to support all features of the International Organization for Standardization's standard 10206, “Extended Pascal”. It builds on top of {$mode ISO}.

status

This mode is available since FPC version 3.2.0. It was formerly known as {$mode extPas}. Many identifiers in FPC’s source code still make use of this name though. You can track the development progress in the FPC issue 32549.