Difference between revisions of "$IF/ru"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "{{$IF}} Директива компилятора <code>$IF</code> в условной компиляции. <syntaxhighlight> // директ...")
(No difference)

Revision as of 20:44, 30 January 2018

Deutsch (de) English (en) français (fr) русский (ru)

Директива компилятора $IF в условной компиляции.

// директива pointermath отсутствовала в версиях FPC до 3.0.0
{$if FPC_VERSION > 2}
	// арифметика указателей это плохо. очень плохо
	{$pointermath off}
{$endif}
Directives, definitions and conditionals definitions
global compiler directives • local compiler directives

Conditional Compiler Options • Conditional compilation • Macros and Conditionals • Platform defines
$IF