264
Pascal 4.0 User’s Guide
A
Example
The Pascal program,
warning.p
program warning_example(output);
{ This program demonstrates the use of the
%warning compiler directives. }
%var blue
begin
%if blue %then
writeln('The color is blue.');
%else
%warning 'Color not defined'
%endif
end. { warning_example }
The output when you compile
warning.p
without the
–config
option
hostname% pc -xl warning.p
Fri Mar 3 15:03 1995 warning.p
Line 12:%warning 'Color not defined'
w -------------------^----- 'Architecture not defined'
Содержание 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: ......