1
2
3
4
5
6
7
8
9
10
11 dcl type_name (0:80) char (40) static options (constant) init (
12 "bad type 0",
13 "fixed bin",
14 "fixed bin",
15 "float bin",
16 "float bin",
17 "complex fixed bin",
18 "complex fixed bin",
19 "complex float bin",
20 "complex float bin",
21 "fixed dec",
22 "float dec",
23 "complex fixed dec",
24 "complex float dec",
25 "pointer",
26 "offset",
27 "label variable",
28 "entry variable",
29 "structure",
30 "area",
31 "bit",
32 "varying bit",
33 "char",
34 "varying char",
35 "file",
36 "label constant",
37 "internal entry ",
38 "external entry",
39 "external procedure",
40 "bad type 28",
41 "overpunched ls",
42 "overpunched ts",
43 "bad type 31",
44 "bad type 32",
45 "unsigned binary",
46 "unsigned binary",
47 "unsigned dec",
48 "fixed dec ts",
49 "bad type 37",
50 "fixed dec digit uns",
51 "fixed dec digit ts",
52 "bad type 40",
53 "fixed dec digit ls",
54 "float dec digit",
55 "fixed dec byte",
56 "float dec byte ",
57 "cmplx fixed dec byte",
58 "cmplx float dec byte",
59 "float hex",
60 "float hex",
61 "complex float hex",
62 "complex float hex",
63 "bad type 51",
64 "bad type 52",
65 "bad type 53",
66 "bad type 54",
67 "bad type 55",
68 "bad type 56",
69 "bad type 57",
70 "bad type 58",
71 "algol68 straight",
72 "algol68 format",
73 "algol68 array descriptor",
74 "algol68 union",
75 "picture",
76 "pascal typed pointer type",
77 "pascal char",
78 "pascal boolean",
79 "pascal record file type",
80 "pascal record type",
81 "pascal set type",
82 "pascal enumerated type",
83 "pascal enumerated type element",
84 "pascal enumerated type instance",
85 "pascal user defined type",
86 "pascal user defined type instance",
87 "pascal text file",
88 "pascal procedure type",
89 "pascal variable formal parameter",
90 "pascal value formal parameter",
91 "pascal entry formal parameter",
92 "pascal parameter procedure"
93 );
94
95
96