Pascal Preprocessor
263
A
The
%slibrary
Directive
cppas
treats
%slibrar
y in the same manner as the
%include
directive. See
“The %include Directive” on page 259.
The
%var
Directive
The
%var
directive defines conditional variables for the preprocessor.
Syntax
%var
var1 ..., varN
Comments
A conditional variable is defined when it appears in a
%var
directive;
otherwise, it is undefined.
Example
See the example under “The %config Directive” on page 247.
The
%warning
Directive
The
%warning
directive instructs
pc
to print a string on the standard output
as a compiler warning.
Syntax
%warning
'
string
'
Comments
pc
produces an object file.
Содержание SunSoft Pascal 4.0
Страница 14: ...xiv Pascal 4 0 User s Guide ...
Страница 16: ...xvi Pascal 4 0 User s Guide ...
Страница 30: ...6 Pascal 4 0 User s Guide 1 ...
Страница 160: ...136 Pascal 4 0 User s Guide 6 ...
Страница 268: ...244 Pascal 4 0 User s Guide 11 ...
Страница 320: ...296 Pascal 4 0 User s Guide B ...
Страница 331: ...Index 307 ...
Страница 333: ......