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(
141141 pair(name("b"),
142142 buttons(name("b< -t"), source(register("t")))),
143143 pair(name("t"),
144- buttons(name("t< -r"), source(operation("rem"))))),
144+ buttons(name("t< -r"), source(operation("rem")))))) ,
145145 operations(
146146 list(
147147 pair(name("rem"),
148148 inputs(register("a"), register("b"))),
149149 pair(name("="),
150- inputs(register("b"), constant(0))))))) ;
150+ inputs(register("b"), constant(0))))));
151151
152152controller(
153153 list(
@@ -157,8 +157,8 @@ controller(
157157 "t< -r", // button push
158158 "a< -b", // button push
159159 "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
162162 </JAVASCRIPT >
163163 </SNIPPET >
164164 <CAPTION >A specification of the GCD machine.</CAPTION >
You can’t perform that action at this time.
0 commit comments