Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dt-code-varsig [2011/03/28 16:37] beckmanf created |
dt-code-varsig [2011/04/07 17:01] (current) beckmanf for loop geƤndert |
||
---|---|---|---|
Line 35: | Line 35: | ||
begin | begin | ||
v := '1'; | v := '1'; | ||
- | for i in range 0 to 3 loop | + | for i in 0 to 3 loop |
v := v and a_i(i); | v := v and a_i(i); | ||
end loop; | end loop; |