File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,13 @@ data_paths(
141
141
pair(name("b"),
142
142
buttons(name("b< -t"), source(register("t")))),
143
143
pair(name("t"),
144
- buttons(name("t< -r"), source(operation("rem"))))),
144
+ buttons(name("t< -r"), source(operation("rem")))))) ,
145
145
operations(
146
146
list(
147
147
pair(name("rem"),
148
148
inputs(register("a"), register("b"))),
149
149
pair(name("="),
150
- inputs(register("b"), constant(0))))))) ;
150
+ inputs(register("b"), constant(0))))));
151
151
152
152
controller(
153
153
list(
@@ -157,8 +157,8 @@ controller(
157
157
"t< -r", // button push
158
158
"a< -b", // button push
159
159
"b< -t", // button push
160
- go_to(label("test_b"))), // unconditional branch
161
- "gcd_done"); // label
160
+ go_to(label("test_b")), // unconditional branch
161
+ "gcd_done")); // label
162
162
</JAVASCRIPT >
163
163
</SNIPPET >
164
164
<CAPTION >A specification of the GCD machine.</CAPTION >
You can’t perform that action at this time.
0 commit comments