1 
  2 """ BEGIN INCLUDE FILE apl_character_codes.incl.alm
  3 
  4 " Defines symbol names for the character codes.
  5 " Modified by PG on 8/9/73 to add LeftBrace, RightBrace, Diamond, LeftTack, RightTack, and Bell,
  6 " to remove Quad_, and to add the special characters MarkError, LineFeed, and ConditionalNewLine.
  7 " Modified 780913 by PG to add CentSign
  8 " Modified 790319 by PG to add CommaHyphen
  9 
 10           equ       Bell,7
 11           equ       BackSpace,8
 12           equ       Tab,9
 13           equ       NewLine,10
 14           equ       Space,32
 15           equ       Exclamation,33
 16           equ       Dollar,36           /^HS
 17           equ       Apostrophe,39       this = quote
 18           equ       LeftParen,40
 19           equ       RightParen,41
 20           equ       Star,42
 21           equ       Plus,43
 22           equ       Comma,44
 23           equ       Minus,45
 24           equ       Period,46
 25           equ       Slash,47
 26           equ       Zero,48             why not?
 27           equ       One,49
 28           equ       Two,50
 29           equ       Three,51
 30           equ       Four,52
 31           equ       Five,53
 32           equ       Six,54
 33           equ       Seven,55
 34           equ       Eight,56
 35           equ       Nine,57
 36           equ       Colon,58
 37           equ       SemiColon,59
 38           equ       LessThan,60
 39           equ       Equal,61
 40           equ       GreaterThan,62
 41           equ       Question,63
 42           equ       LetterA_,65
 43           equ       LetterB_,66
 44           equ       LetterC_,67
 45           equ       LetterD_,68
 46           equ       LetterE_,69
 47           equ       LetterF_,70
 48           equ       LetterG_,71
 49           equ       LetterH_,72
 50           equ       LetterI_,73
 51           equ       LetterJ_,74
 52           equ       LetterK_,75
 53           equ       LetterL_,76
 54           equ       LetterM_,77
 55           equ       LetterN_,78
 56           equ       LetterO_,79
 57           equ       LetterP_,80
 58           equ       LetterQ_,81
 59           equ       LetterR_,82
 60           equ       LetterS_,83
 61           equ       LetterT_,84
 62           equ       LetterU_,85
 63           equ       LetterV_,86
 64           equ       LetterW_,87
 65           equ       LetterX_,88
 66           equ       LetterY_,89
 67           equ       LetterZ_,90
 68           equ       LeftBracket,91
 69           equ       BackSlash,92
 70           equ       RightBracket,93
 71           equ       UnderLine,95
 72           equ       LetterA,97
 73           equ       LetterB,98
 74           equ       LetterC,99
 75           equ       LetterD,100
 76           equ       LetterE,101
 77           equ       LetterF,102
 78           equ       LetterG,103
 79           equ       LetterH,104
 80           equ       LetterI,105
 81           equ       LetterJ,106
 82           equ       LetterK,107
 83           equ       LetterL,108
 84           equ       LetterM,109
 85           equ       LetterN,110
 86           equ       LetterO,111
 87           equ       LetterP,112
 88           equ       LetterQ,113
 89           equ       LetterR,114
 90           equ       LetterS,115
 91           equ       LetterT,116
 92           equ       LetterU,117
 93           equ       LetterV,118
 94           equ       LetterW,119
 95           equ       LetterX,120
 96           equ       LetterY,121
 97           equ       LetterZ,122
 98           equ       LeftBrace,123
 99           equ       VerticalBar,124
100           equ       RightBrace,125
101           equ       Tilde,126
102 
103 " here is where we leave ascii behind
104 
105           equ       LessOrEqual,128
106           equ       GreaterOrEqual,129
107           equ       NotEqual,130
108           equ       OrSign,131
109           equ       AndSign,132
110           equ       Division,133
111           equ       Epsilon,134
112           equ       UpArrow,135
113           equ       DownArrow,136
114           equ       Circle,137
115           equ       Ceiling,138
116           equ       Floor,139
117           equ       Delta,140
118           equ       SmallCircle,141
119           equ       Quad,142
120           equ       Cap,143
121           equ       DeCode,144
122           equ       EnCode,145
123           equ       LeftLump,146
124           equ       RightLump,147
125           equ       Cup,148
126           equ       NorSign,149
127           equ       NandSign,150
128           equ       CircleHyphen,151
129           equ       SlashHyphen,152
130           equ       DelTilde,153
131           equ       CircleStar,154
132           equ       CircleBar,155
133           equ       CircleBackSlash,156
134           equ       CircleSlash,157
135           equ       GradeDown,158
136           equ       GradeUp,159
137           equ       Lamp,160
138           equ       QuadQuote,161
139           equ       IBeam,162
140           equ       BackSlashHyphen,163
141           equ       Domino,164
142           equ       Diaresis,165
143           equ       Omega,166
144           equ       Iota,167
145           equ       Rho,168
146           equ       Times,169
147           equ       Alpha,170
148           equ       UpperMinus,171
149           equ       Del,172
150           equ       LeftArrow,173
151           equ       RightArrow,174
152           equ       Diamond,175
153           equ       Zero_,176           underlined numbers...
154           equ       One_,177
155           equ       Two_,178
156           equ       Three_,179
157           equ       Four_,180
158           equ       Five_,181
159           equ       Six_,182
160           equ       Seven_,183
161           equ       Eight_,184
162           equ       Nine_,185
163           equ       Delta_,186          underlined Delta
164           equ       MarkError,187       special character: means mark next character
165           equ       ExecuteSign,188
166           equ       FormatSign,189
167           equ       LeftTack,190
168           equ       RightTack,191
169           equ       LineFeed,192        special character
170           equ       ConditionalNewLine,193        special character
171           equ       CentSign,194
172           equ       CommaHyphen,195
173 
174 """ END INCLUDE FILE apl_character_codes.incl.alm