-
Notifications
You must be signed in to change notification settings - Fork 2
/
chart-hughes
207 lines (173 loc) · 1.93 KB
/
chart-hughes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
.PS
.ps 8.5
movewid = 1/36
boxwid = (2.75 - (3 * movewid)) / 12
boxht = 1/6
linethick = 0
down
One:
box invis "1"
box invis "2"
box invis "3"
box invis "4"
box invis "5"
box invis "6"
box invis "7"
move to One.n
move right boxwid
down
A:
box "A"
box "B"
box "C"
box "D"
box "E"
box "F"
box "G"
move to A.n
move right boxwid
down
Onedig:
box "1"
box "2"
box "3"
box "4"
box "5"
box "6"
Sevendig:
box "7"
move to Onedig.n
move right
move right boxwid
down
Eight:
box invis "8"
box invis "9"
box invis "10"
box invis "11"
box invis "12"
box invis "13"
box invis "14"
move to Eight.n
move right boxwid
down
H:
box "H"
box "I"
box "J"
box "K"
box "L"
box "M"
box "N"
move to H.n
move right boxwid
down
Eightdig:
box "8"
box "9"
box "0"
box "."
box ","
box ";"
Colon:
box ":"
move to Eightdig.n
move right
move right boxwid
down
Fifteen:
box invis "15"
box invis "16"
box invis "17"
box invis "18"
box invis "19"
box invis "20"
box invis "21"
move to Fifteen.n
move right boxwid
down
O:
box "O"
box "P"
box "Q"
box "R"
box "S"
box "T"
box "U"
move to O.n
move right boxwid
down
Ques:
box "?"
box "!"
box "'"
box "+"
box "\-"
box "\(mu"
Slash:
box "/"
move to Ques.n
move right
move right boxwid
down
Twentytwo:
box invis "22"
box invis "23"
box invis "24"
box invis "25"
box invis "26"
box invis "27"
box invis "28"
move to Twentytwo.n
move right boxwid
down
V:
box "V"
move right boxwid/2
down
box width boxwid*2 "fig spc"
move left boxwid/2
down
box "W"
box "X"
box "Y"
box "Z"
move right boxwid/2
down
box width boxwid*2 "let spc"
move to V.n
move right boxwid
down
box "="
move boxht
box "("
box ")"
box "&"
Quote:
box "\""
move to A.n
up
box invis "letters"
move to H.n
up
box invis "letters"
move to O.n
up
box invis "letters"
move to V.n
up
box invis "letters"
move to Sevendig.s
down
box invis "figures"
move to Colon.s
down
box invis "figures"
move to Slash.s
down
box invis "figures"
move to Quote.s
down
move boxht
box invis "figures"
.PE