Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
intro_example:loops [2025/05/01 15:20] – [Selection] rajit | intro_example:loops [2025/05/01 15:21] (current) – [General loops] rajit | ||
---|---|---|---|
Line 98: | Line 98: | ||
i = 0; | i = 0; | ||
*[ i < 8 -> x0[i] = y[i]; x1[i] = z[i]; | *[ i < 8 -> x0[i] = y[i]; x1[i] = z[i]; | ||
- | | + | |
- | i = i + 2; | + | i = i + 2; |
] | ] | ||
} | } |