Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
dt-code-comb [2024/03/18 19:20] beckmanf add hints |
dt-code-comb [2024/03/26 09:39] (current) beckmanf type in process |
||
|---|---|---|---|
| Line 168: | Line 168: | ||
| cnt := 0; | cnt := 0; | ||
| for i in 0 to 7 loop | for i in 0 to 7 loop | ||
| - | if a(i) = '2' then | + | if a(i) = '1' then |
| cnt := cnt + 1; | cnt := cnt + 1; | ||
| end if; | end if; | ||