Skip to content

Commit c095df6

Browse files
authored
remove REJECT and ACCEPT from example
1 parent 0361740 commit c095df6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

lec_06_loops.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,11 @@ State, Label
131131
3,`LOOK_FOR_0`
132132
4,`LOOK_FOR_1`
133133
5,`RETURN`
134-
6,`REJECT`
135-
7,`ACCEPT`
136-
8,`OUTPUT_0`
137-
9,`OUTPUT_1`
138-
10,`0_AND_BLANK`
139-
11,`1_AND_BLANK`
140-
12,`BLANK_AND_STOP`
134+
6,`OUTPUT_0`
135+
7,`OUTPUT_1`
136+
8,`0_AND_BLANK`
137+
9,`1_AND_BLANK`
138+
10,`BLANK_AND_STOP`
141139
```
142140

143141

0 commit comments

Comments
 (0)