262
Pascal 4.0 User’s Guide
A
The
%nolist
Directive
The
%nolist
directive disables the program listing.
Syntax
%nolist;
Comments
%nolist
is the default.
Example
See the example under “The %list Directive.”
The listing includes the time
each unit was compiled and the
name of each unit compiled.
hostname% pc -xl list.p
Tue Feb 28 15:48 1995 list.p:
6 %list;
Tue Feb 28 15:50 1995 ./types.h:
1 type
2
lowints = 0..100;
3
primary_colors = set of (red, yellow, blue);
4
possibilities = set of boolean;
5
capital_letters = set of 'A'..'Z';
6
digits = set of lowints;
8 var
9
pri: primary_colors;
10
pos: possibilities;
11
cap: capital_letters;
12
dig: digits;
Tue Feb 28 15:52 1995 list.p:
7 %include 'types.h';
hostname% a.out
There are 3 primary colors
There are 2 possibilities
There are 26 capital letters
There are 101 digits
Summary of Contents for SunSoft Pascal 4.0
Page 14: ...xiv Pascal 4 0 User s Guide ...
Page 16: ...xvi Pascal 4 0 User s Guide ...
Page 30: ...6 Pascal 4 0 User s Guide 1 ...
Page 160: ...136 Pascal 4 0 User s Guide 6 ...
Page 268: ...244 Pascal 4 0 User s Guide 11 ...
Page 320: ...296 Pascal 4 0 User s Guide B ...
Page 331: ...Index 307 ...
Page 333: ......